From 6a600ab6c6a3014c7820a4a647a043f25b6d5f4b Mon Sep 17 00:00:00 2001 From: Bloxx12 Date: Mon, 19 May 2025 21:22:43 +0200 Subject: [PATCH 1/3] xdg: switch pdf viewer to zathura --- modules/other/xdg.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/other/xdg.nix b/modules/other/xdg.nix index bbeeb21..649766d 100644 --- a/modules/other/xdg.nix +++ b/modules/other/xdg.nix @@ -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]; From 0ac72db5b8efc187f616cee993bff5bb3d24d2a8 Mon Sep 17 00:00:00 2001 From: Bloxx12 Date: Thu, 22 May 2025 09:34:26 +0200 Subject: [PATCH 2/3] hermit: programs: add zathura --- hosts/hermit/programs.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/hermit/programs.nix b/hosts/hermit/programs.nix index eb4b8da..4f56a7f 100644 --- a/hosts/hermit/programs.nix +++ b/hosts/hermit/programs.nix @@ -72,6 +72,7 @@ wireguard-tools wordgrinder xournalpp + zathura zellij ; }; From 82db20a3298a91bff3b65ac7b460e6c1ef010c43 Mon Sep 17 00:00:00 2001 From: Bloxx12 Date: Thu, 22 May 2025 09:34:34 +0200 Subject: [PATCH 3/3] helix: set colorscheme to Catppuccin --- packages/helix/colorscheme.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/helix/colorscheme.nix b/packages/helix/colorscheme.nix index d83c3da..889f241 100644 --- a/packages/helix/colorscheme.nix +++ b/packages/helix/colorscheme.nix @@ -1,4 +1,4 @@ { - inherits = "base16_transparent"; + inherits = "catppuccin_mocha"; "ui.background" = {}; }