diff options
Diffstat (limited to 'users')
| -rw-r--r-- | users/common.nix | 4 |
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 ]; |
