diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-03-26 16:09:25 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-03-26 16:09:25 +0530 |
commit | db62db6d812ccb96ef1f7a68957dd95ec273504c (patch) | |
tree | 30c3f58f89c1ff580b239d8b4dd5d70fb6446f7f /home-manager/gui/home.nix | |
parent | 46f4f7865cd423ea455d27c190f4245b073d0e90 (diff) |
home-manager: gui -> wayland
Diffstat (limited to 'home-manager/gui/home.nix')
-rw-r--r-- | home-manager/gui/home.nix | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/home-manager/gui/home.nix b/home-manager/gui/home.nix deleted file mode 100644 index 4c8c0e2..0000000 --- a/home-manager/gui/home.nix +++ /dev/null @@ -1,7 +0,0 @@ -{ ... }: { - imports = [ - ../common/home.nix - ./modules/foot.nix - ./modules/zathura.nix - ]; -} |