Working on reshuffling
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user