summaryrefslogtreecommitdiff
path: root/users
diff options
context:
space:
mode:
authorbeeb5k <beebeeb5k@gmail.com>2026-09-01 19:00:43 +0530
committerbeeb5k <beebeeb5k@gmail.com>2026-09-01 19:00:43 +0530
commitca4cff791d8cc0fec5a487cd50229d299ddd0d24 (patch)
tree1c8be36fdcb04b4fb5229ea336f8e7a1400aea9d /users
parente1f5bdaa2e8c8c482fb0526a81c73197e9d28f59 (diff)
Replace zathura with gnome doc viewer and install gnome image viewer
Diffstat (limited to 'users')
-rw-r--r--users/common.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/users/common.nix b/users/common.nix
index fef80fb..46ad65b 100644
--- a/users/common.nix
+++ b/users/common.nix
@@ -126,7 +126,7 @@ in
};
programs.zathura = {
- enable = true;
+ enable = false;
extraConfig = ''
include noctaliarc
@@ -154,6 +154,8 @@ in
home.packages = with pkgs; [
imagemagick
+ loupe
+ papers
nautilus
proton-vpn
];