refactor(hm/price): extract zathura to its own conf directory
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m29s

This commit is contained in:
Price Hiller 2024-09-07 14:06:49 -05:00
parent ef08ee830b
commit 4a94fb7a25
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB
2 changed files with 11 additions and 1 deletions

View File

@ -0,0 +1,11 @@
{ pkgs, ... }:
{
home.packages = [
pkgs.zathura
];
xdg.mimeApps.defaultApplications = {
"application/pdf" = [
"org.pwmt.zathura.desktop"
];
};
}

View File

@ -48,7 +48,6 @@ in
vesktop vesktop
kooha kooha
libreoffice-fresh libreoffice-fresh
zathura
nix-prefetch-scripts nix-prefetch-scripts
mako mako
wl-clipboard wl-clipboard