modularize config
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
{ pkgs, lib, config, ... }:
|
||||
{
|
||||
imports = [
|
||||
./garbage-collection.nix
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./garbage-collection.nix
|
||||
./networking.nix
|
||||
./packages.nix
|
||||
./backups.nix
|
||||
];
|
||||
./users.nix
|
||||
./boot.nix
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user