aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-04-07 13:28:44 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-04-07 13:28:44 +0200
commit4b4461163ab61d196e7e1e7dc8212d0a6f809ea7 (patch)
tree278a1165a85991f6cc309a8038ef27fc011f1a39 /system
parent0262b734da2e5bcb3e019ef046b03e78b0dbcc47 (diff)
Removed NixOwOS completely
Diffstat (limited to 'system')
-rw-r--r--system/nixowos.nix13
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;
- };
- };
-}