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.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/home-manager/wayland/home.nix b/home-manager/wayland/home.nix
new file mode 100644
index 0000000..4c8c0e2
--- /dev/null
+++ b/home-manager/wayland/home.nix
@@ -0,0 +1,7 @@
+{ ... }: {
+ imports = [
+ ../common/home.nix
+ ./modules/foot.nix
+ ./modules/zathura.nix
+ ];
+}