diff options
author | Soispha <soispha@vhack.eu> | 2024-02-24 19:59:59 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-02-24 19:59:59 +0100 |
commit | 7ed43d28d4af4b16c6318d2167538b224d07eb0c (patch) | |
tree | 872d3293d664f3220c844a872af3b2468d59cc7a | |
parent | feat(hm/conf/lf/keymappings): Add sorting mappings (diff) | |
download | nixos-config-7ed43d28d4af4b16c6318d2167538b224d07eb0c.tar.gz nixos-config-7ed43d28d4af4b16c6318d2167538b224d07eb0c.zip |
feat(hm/pkgs): Add zathura to the pkgs list
-rw-r--r-- | hm/soispha/pkgs/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hm/soispha/pkgs/default.nix b/hm/soispha/pkgs/default.nix index 1c1df7a8..0d134db2 100644 --- a/hm/soispha/pkgs/default.nix +++ b/hm/soispha/pkgs/default.nix @@ -108,6 +108,7 @@ with pkgs; let Media = { View = [ imv # Image viewer + zathura # PDF viewer ytcc # Command line tool to keep track of your favorite playlists on YouTube and many other places. ytc # My tool to download the videos (used in conjunction with the entry above) yts # My tool to select the videos (used in conjunction with the entry above) |