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