summaryrefslogtreecommitdiffstats
path: root/modules/linux/default.nix
diff options
context:
space:
mode:
authorSkullheadx <andrew@andrew-montgomery.dev>2026-07-10 15:38:25 -0400
committerSkullheadx <andrew@andrew-montgomery.dev>2026-07-20 07:26:34 -0400
commit2bbf0a2acd04286029166850c226e8b937e5915f (patch)
treec7818cafda92cdd064908a162780b5f90d39f2e2 /modules/linux/default.nix
parentadd python and imagemagick (diff)
downloadnixos-2bbf0a2acd04286029166850c226e8b937e5915f.tar.gz
nixos-2bbf0a2acd04286029166850c226e8b937e5915f.tar.bz2
nixos-2bbf0a2acd04286029166850c226e8b937e5915f.zip
Revert "try modules"
This reverts commit 3c6ebd9f6cc68733a5c473b4eb1dffcc0d425004.
Diffstat (limited to 'modules/linux/default.nix')
-rw-r--r--modules/linux/default.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/linux/default.nix b/modules/linux/default.nix
deleted file mode 100644
index 8fbdb2f..0000000
--- a/modules/linux/default.nix
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- imports = [
- ./lockscreen.nix
- ./x11.nix
- ];
-}