summaryrefslogtreecommitdiff
path: root/home-manager/gui/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/gui/home.nix')
-rw-r--r--home-manager/gui/home.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/home-manager/gui/home.nix b/home-manager/gui/home.nix
deleted file mode 100644
index 4c8c0e2..0000000
--- a/home-manager/gui/home.nix
+++ /dev/null
@@ -1,7 +0,0 @@
-{ ... }: {
- imports = [
- ../common/home.nix
- ./modules/foot.nix
- ./modules/zathura.nix
- ];
-}