aboutsummaryrefslogtreecommitdiff
path: root/system/default.nix
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-03-30 21:22:14 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-03-30 21:22:14 +0200
commit67ec259d0607501ed4834d33b2bf72b7d85b6952 (patch)
treea97925f2988d54791c20c645e8467da5b12d2183 /system/default.nix
parentf76993d1eba379a43d247d0ef41c8ef2cb7f1e24 (diff)
Added nixowos to the configuration
Diffstat (limited to 'system/default.nix')
-rw-r--r--system/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/default.nix b/system/default.nix
index 638ae02..ac010d3 100644
--- a/system/default.nix
+++ b/system/default.nix
@@ -14,5 +14,6 @@
./stylix.nix
];
+ nixowos.enable = true;
system.stateVersion = "25.11";
}