Streamline modules and profiles

This commit is contained in:
Greg Hellings
2022-08-13 00:40:01 -05:00
parent cecc289c6b
commit 763e2fd201
7 changed files with 14 additions and 22 deletions
+12
View File
@@ -0,0 +1,12 @@
{ ... }:
{
imports = [
./automatic/nix.nix
./automatic/programs.nix
./automatic/syncthing.nix
./automatic/users.nix
];
# I am a fan of network manager, myself
networking.networkmanager.enable = true;
}