diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-04-07 13:28:44 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-04-07 13:28:44 +0200 |
| commit | 4b4461163ab61d196e7e1e7dc8212d0a6f809ea7 (patch) | |
| tree | 278a1165a85991f6cc309a8038ef27fc011f1a39 /system/nixowos.nix | |
| parent | 0262b734da2e5bcb3e019ef046b03e78b0dbcc47 (diff) | |
Removed NixOwOS completely
Diffstat (limited to 'system/nixowos.nix')
| -rw-r--r-- | system/nixowos.nix | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/system/nixowos.nix b/system/nixowos.nix deleted file mode 100644 index a716723..0000000 --- a/system/nixowos.nix +++ /dev/null @@ -1,13 +0,0 @@ -{...}: { - nixowos = { - enable = true; - overlays = { - enable = true; - nixos-icons = true; - }; - os-release = { - enable = true; - changeName = true; - }; - }; -} |
