From c88cfb92e38ae7abfd7abb699a108dd3cd537b20 Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Thu, 14 Nov 2024 08:21:57 +0100 Subject: modules -> config etc --- flake.nix | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 9ff6906..261ce88 100644 --- a/flake.nix +++ b/flake.nix @@ -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 ]; }; } -- cgit v1.2.3