Skip to content

Commit

Permalink
Set zathura as default app for pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
b3nj5m1n committed Oct 21, 2023
1 parent bb5c267 commit b341456
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions nix/modules/nixos/desktop.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,12 @@

services.xserver.layout = "de";
services.xserver.xkbOptions = "caps:escape";

xdg.mime = {
enable = true;
defaultApplications = {
"application/pdf" = "org.pwmt.zathura.desktop";
};
};
};
}

0 comments on commit b341456

Please sign in to comment.