summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorJasper Ras <jras@hostnet.nl>2024-11-14 08:21:57 +0100
committerJasper Ras <jras@hostnet.nl>2024-11-14 08:21:57 +0100
commitc88cfb92e38ae7abfd7abb699a108dd3cd537b20 (patch)
tree512884a15e5ad395f25e4f38101004c787f412ff /flake.nix
parent4428f370dd343f21b839a1479a5f8ef4e605ebad (diff)
modules -> config etc
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix12
1 files changed, 1 insertions, 11 deletions
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
];
};
}