diff options
author | Karel Kočí <cynerd@email.cz> | 2023-07-16 18:13:32 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2023-07-16 18:13:32 +0200 |
commit | c66dfac35ef729564173693a1b3aff5392338343 (patch) | |
tree | 5f8b3724f32d9c83632e8a8df49f9d2bfa8eab82 /nixos | |
parent | 6fc3bf29ababd997672c1a84c079870b72b63b20 (diff) | |
download | nixos-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')
-rw-r--r-- | nixos/modules/desktop.nix | 2 |
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"]; |