Compare commits

...

3 commits

Author SHA1 Message Date
82db20a329
helix: set colorscheme to Catppuccin 2025-05-22 09:34:39 +02:00
0ac72db5b8
hermit: programs: add zathura 2025-05-22 09:34:29 +02:00
6a600ab6c6
xdg: switch pdf viewer to zathura 2025-05-22 09:34:15 +02:00
3 changed files with 3 additions and 2 deletions

View file

@ -72,6 +72,7 @@
wireguard-tools
wordgrinder
xournalpp
zathura
zellij
;
};

View file

@ -12,7 +12,7 @@
image_viewer = "imv.desktop";
text_editor = "helix.desktop";
terminal = "foot.desktop";
pdf_viewer = "sioyek.desktop";
pdf_viewer = "zathura.desktop";
in {
environment = {
systemPackages = [pkgs.xdg-utils];

View file

@ -1,4 +1,4 @@
{
inherits = "base16_transparent";
inherits = "catppuccin_mocha";
"ui.background" = {};
}