diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-03-17 21:55:50 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-03-17 22:00:07 +0530 |
commit | 92f6bc769cb91793e1d632ee4a90c196ba5a4a28 (patch) | |
tree | 91605e96fe9f401767394941462277c716988b4f /home-manager/gui/home.nix | |
parent | 68632f8c1797477abdfebc148e73b54a203861e8 (diff) |
home-manager/zathura: init
Diffstat (limited to 'home-manager/gui/home.nix')
-rw-r--r-- | home-manager/gui/home.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home-manager/gui/home.nix b/home-manager/gui/home.nix index aa3ab46..4c8c0e2 100644 --- a/home-manager/gui/home.nix +++ b/home-manager/gui/home.nix @@ -2,5 +2,6 @@ imports = [ ../common/home.nix ./modules/foot.nix + ./modules/zathura.nix ]; } |