refactor(hm/price): extract zathura to its own conf directory
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m29s
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m29s
This commit is contained in:
parent
ef08ee830b
commit
4a94fb7a25
11
users/price/conf/zathura/default.nix
Normal file
11
users/price/conf/zathura/default.nix
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
home.packages = [
|
||||||
|
pkgs.zathura
|
||||||
|
];
|
||||||
|
xdg.mimeApps.defaultApplications = {
|
||||||
|
"application/pdf" = [
|
||||||
|
"org.pwmt.zathura.desktop"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user