diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-04-30 21:23:53 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-04-30 21:23:53 +0530 |
commit | 3fc51de5171feb362b8373273c3e82de2a70e076 (patch) | |
tree | eb3117b25593dd9b13c67bdd36a7c57407130c96 /home-manager/wayland/home.nix | |
parent | 2489ed494af18c22d7cd100f4fbbe7ca9a659f6e (diff) |
home: home-manager -> home
Diffstat (limited to 'home-manager/wayland/home.nix')
-rw-r--r-- | home-manager/wayland/home.nix | 8 |
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 - ]; -} |