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