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
|
@ -1 +1,12 @@
|
|||
{}
|
||||
{
|
||||
flakes,
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
with lib; {
|
||||
imports = [
|
||||
./modules
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue