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