From ca4cff791d8cc0fec5a487cd50229d299ddd0d24 Mon Sep 17 00:00:00 2001 From: beeb5k Date: Tue, 1 Sep 2026 19:00:43 +0530 Subject: Replace zathura with gnome doc viewer and install gnome image viewer --- users/common.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'users/common.nix') 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 ]; -- cgit v1.3.1