aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-03-30 23:16:30 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-03-30 23:18:57 +0200
commit45addb729d989becb387f82f812a96473a162e25 (patch)
tree81d2216bd0846fd384d47eeb676284825cfdc970
parent81748af284907dd0d14fafb9a532fe80d0cf9b7c (diff)
Removed old leftover orchestrator
-rw-r--r--modules/home/default.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/home/default.nix b/modules/home/default.nix
deleted file mode 100644
index 2e6fff4..0000000
--- a/modules/home/default.nix
+++ /dev/null
@@ -1,9 +0,0 @@
-{ ... }:
-
-{
- # Home environment orchestrator
- imports = [
- #./i3wm/original/default.nix
- ./i3wm/nord-blue/default.nix
- ];
-}