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