summaryrefslogtreecommitdiff
path: root/hosts/laptop/configuration.nix
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2025-12-24 16:21:00 +0100
committeradikro <adikro@disroot.org>2025-12-24 16:21:00 +0100
commit6aaa5993e4c1cfb205ed555d958702f9bba1770d (patch)
tree3af8cf20967cf10542edd2e51232b1da70002fde /hosts/laptop/configuration.nix
parent2ceabfd1d1dc03ca895e960048b73a82e29e45e8 (diff)
a bunch of changes, renames sys to os and refactored some of the logic
Diffstat (limited to 'hosts/laptop/configuration.nix')
-rw-r--r--hosts/laptop/configuration.nix4
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 = {