Working on reshuffling

This commit is contained in:
2026-03-19 10:41:23 +00:00
parent e8774e1a22
commit 15f38baa5b
3 changed files with 10 additions and 26 deletions
+1 -6
View File
@@ -41,15 +41,10 @@
specialArgs = { inherit inputs; };
modules = [
# Host module now only defines configuration
./generated/hosts/traveldroid/traveldroid.nix
# Optional host-specific boot/hardware overrides
./generated/hosts/traveldroid/boot.nix
./generated/hosts/traveldroid/hardware-configuration.nix
# External modules like stylix can also be added here if needed
# stylix.nixosModules.default
stylix.nixosModules.default
];
};
};