From 7d1cc2fbab08fe94846fb2701cb7f9d388a96a94 Mon Sep 17 00:00:00 2001 From: tristan Date: Mon, 18 Mar 2024 17:48:48 +0000 Subject: [PATCH] sioyek --- home/programs/graphical.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home/programs/graphical.nix b/home/programs/graphical.nix index c295dc0..ccddb6a 100644 --- a/home/programs/graphical.nix +++ b/home/programs/graphical.nix @@ -39,6 +39,11 @@ logseq ]; + xdg.mimeApps.defaultApplications = { + "application/pdf" = "sioyek.desktop"; + }; + programs.sioyek.enable = true; + programs.imv.enable = true; gtk = {