diff options
author | Jasper Ras <jras@hostnet.nl> | 2024-11-14 08:21:57 +0100 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2024-11-14 08:21:57 +0100 |
commit | c88cfb92e38ae7abfd7abb699a108dd3cd537b20 (patch) | |
tree | 512884a15e5ad395f25e4f38101004c787f412ff /flake.nix | |
parent | 4428f370dd343f21b839a1479a5f8ef4e605ebad (diff) |
modules -> config etc
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 12 |
1 files changed, 1 insertions, 11 deletions
@@ -16,13 +16,7 @@ channelsConfig.allowUnfree = true; - hostDefaults.modules = [ - ./modules/compositor.nix - ./modules/keyd.nix - ./modules/services.nix - ./modules/packages.nix - ./modules/nix-settings.nix - ]; + hostDefaults.modules = [ ./config/shared.nix ]; hosts.work.modules = [ home-manager.nixosModules.home-manager @@ -35,7 +29,6 @@ } ./hosts/work.nix - ./modules/gaming.nix ]; hosts.tarrel.modules = [ @@ -49,9 +42,6 @@ } ./hosts/tarrel.nix - ./modules/gaming.nix - ./modules/virt.nix - ./modules/sunshine.nix ]; }; } |