aboutsummaryrefslogtreecommitdiff
path: root/system/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/default.nix')
-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";
}