forked from fabian/nix_config
modularize baseline system configuration
This commit is contained in:
parent
80e5a5e8a6
commit
d5afd4b1a7
7 changed files with 107 additions and 70 deletions
10
sys/modules/default.nix
Normal file
10
sys/modules/default.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./baseline.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue