diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-07-20 00:52:31 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-07-20 00:52:31 +0300 |
commit | 284d14147ab00f550be1777d5ec0f9ee36a04bd5 (patch) | |
tree | 0bdb5cf55a6fbb918fb63ee4b7916086849ff1e0 /modules/common | |
parent | 2023-07-16 (diff) |
2023-07-20
Diffstat (limited to '')
-rw-r--r-- | modules/common/profiles/headful.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/common/profiles/headful.nix b/modules/common/profiles/headful.nix index a1bb7d6..935da31 100644 --- a/modules/common/profiles/headful.nix +++ b/modules/common/profiles/headful.nix @@ -22,6 +22,7 @@ in { openssh.client.enable = true; password-store.enable = true; vscode.enable = true; + zathura.enable = true; }; hm = { |