summaryrefslogtreecommitdiff
path: root/hosts/desktop/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/desktop/configuration.nix')
-rw-r--r--hosts/desktop/configuration.nix4
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
];