aboutsummaryrefslogtreecommitdiff
path: root/host/majestix.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/majestix.nix')
-rw-r--r--host/majestix.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/host/majestix.nix b/host/majestix.nix
deleted file mode 100644
index f73a1c7..0000000
--- a/host/majestix.nix
+++ /dev/null
@@ -1,8 +0,0 @@
-{ pkgs, ... }:
-
-{
- imports = [
- ../gui/default.nix
- ../gui/xmonad.nix
- ];
-}