From 991af232ad9618678c3627905a03f91711cb2c0b Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Thu, 27 Feb 2025 12:48:42 +0100 Subject: [PATCH] xdg.nix: switch to sioyek --- 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 7537eff..88ffce7 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 = "org.gnome.Evince.desktop"; + pdf_viewer = "sioyek.desktop"; in { environment = { systemPackages = [pkgs.xdg-utils];