aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2023-07-16 18:13:32 +0200
committerKarel Kočí <cynerd@email.cz>2023-07-16 18:13:32 +0200
commitc66dfac35ef729564173693a1b3aff5392338343 (patch)
tree5f8b3724f32d9c83632e8a8df49f9d2bfa8eab82 /nixos/modules
parent6fc3bf29ababd997672c1a84c079870b72b63b20 (diff)
downloadnixos-personal-c66dfac35ef729564173693a1b3aff5392338343.tar.gz
nixos-personal-c66dfac35ef729564173693a1b3aff5392338343.tar.bz2
nixos-personal-c66dfac35ef729564173693a1b3aff5392338343.zip
nixos/desktop: fix new zathura desktop file name
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/desktop.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/desktop.nix b/nixos/modules/desktop.nix
index 6903767..11f57c0 100644
--- a/nixos/modules/desktop.nix
+++ b/nixos/modules/desktop.nix
@@ -167,7 +167,7 @@ in {
};
xdg.mime.defaultApplications = {
"text/html" = ["firefox.desktop"];
- "application/pdf" = ["zathura.desktop"];
+ "application/pdf" = ["org.pwmt.zathura.desktop"];
"image/jpeg" = ["feh.desktop"];
"image/png" = ["feh.desktop"];
"image/svg" = ["feh.desktop"];