summaryrefslogtreecommitdiff
path: root/home-manager/wayland/home.nix
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-03-26 16:09:25 +0530
committersinanmohd <sinan@sinanmohd.com>2024-03-26 16:09:25 +0530
commitdb62db6d812ccb96ef1f7a68957dd95ec273504c (patch)
tree30c3f58f89c1ff580b239d8b4dd5d70fb6446f7f /home-manager/wayland/home.nix
parent46f4f7865cd423ea455d27c190f4245b073d0e90 (diff)
home-manager: gui -> wayland
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
+ ];
+}