Bruno BELANYI
0c943d8430
This will be used for configurations that either consolidates multiple options that make sens to use together, or span accross system and home configuration.
8 lines
126 B
Nix
8 lines
126 B
Nix
# Configuration that spans accross system and home, or are almagations of modules
|
|
{ ... }:
|
|
{
|
|
imports = [
|
|
# FIXME
|
|
];
|
|
}
|