aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-03-30 22:32:50 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-03-30 22:32:50 +0200
commit83fec3546514fc4f045908adc0581d5254a756d4 (patch)
tree44b37e2285ebc608c45d9e038b7b9944aa80ee13 /system
parentf11d9195ab9b1e8f487155f10e4ea0da7266b9fd (diff)
Commented out NixOwOS until fixed
Diffstat (limited to 'system')
-rw-r--r--system/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/default.nix b/system/default.nix
index ac010d3..ceb8a33 100644
--- a/system/default.nix
+++ b/system/default.nix
@@ -14,6 +14,6 @@
./stylix.nix
];
- nixowos.enable = true;
+ # nixowos.enable = true; # disabled until fixed
system.stateVersion = "25.11";
}