From 3fc51de5171feb362b8373273c3e82de2a70e076 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Tue, 30 Apr 2024 21:23:53 +0530 Subject: home: home-manager -> home --- home/wayland/home.nix | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 home/wayland/home.nix (limited to 'home/wayland/home.nix') 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 + ]; +} -- cgit v1.2.3