diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-03-31 13:04:58 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-03-31 13:05:08 +0200 |
| commit | e6837ea3683ed66911271be3aff2bad0a0b46b76 (patch) | |
| tree | 741e6c6733ba99a742516e07a1ac36da8f07f070 /system/default.nix | |
| parent | e3c000ea3fb61dedcdab518ea5a70e6a68ce4b16 (diff) | |
Enabled nixowos after fix with interaction with stylix
Diffstat (limited to 'system/default.nix')
| -rw-r--r-- | system/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/default.nix b/system/default.nix index ceb8a33..66874bf 100644 --- a/system/default.nix +++ b/system/default.nix @@ -14,6 +14,6 @@ ./stylix.nix ]; - # nixowos.enable = true; # disabled until fixed + nixowos.enable = true; # disabled until fixed system.stateVersion = "25.11"; } |
