diff options
Diffstat (limited to 'hosts/laptop/configuration.nix')
| -rw-r--r-- | hosts/laptop/configuration.nix | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index c3f2d24..b77bbb3 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -1,10 +1,12 @@ -{ username, ... }: +{ username, inputs, ... }: { system.stateVersion = "25.05"; imports = [ - ./hardware-configuration.nix + inputs.disko.nixosModules.disko ./disko.nix + + ./hardware-configuration.nix ../../sys/default.nix ]; |
