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