Working on reshuffling

This commit is contained in:
2026-03-19 10:33:46 +00:00
parent 22cd98aac3
commit aafc4a80d7
2 changed files with 4 additions and 0 deletions
@@ -6,12 +6,14 @@ let
modulesFromTree = builtins.attrValues (inputs.import-tree ./generated/modules);
in
{
# Top-level imports inside the module
imports = [
inputs.home-manager.nixosModules.home-manager
] ++ modulesFromTree ++ [
./hardware-configuration.nix
];
# Host-specific configuration
networking.hostName = "traveldroid";
system.stateVersion = "25.11";