diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-03-30 21:22:14 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-03-30 21:22:14 +0200 |
| commit | 67ec259d0607501ed4834d33b2bf72b7d85b6952 (patch) | |
| tree | a97925f2988d54791c20c645e8467da5b12d2183 /system | |
| parent | f76993d1eba379a43d247d0ef41c8ef2cb7f1e24 (diff) | |
Added nixowos to the configuration
Diffstat (limited to 'system')
| -rw-r--r-- | system/default.nix | 1 |
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"; } |
