diff --git a/users/price/conf/zathura/default.nix b/users/price/conf/zathura/default.nix new file mode 100644 index 00000000..3f811f33 --- /dev/null +++ b/users/price/conf/zathura/default.nix @@ -0,0 +1,11 @@ +{ pkgs, ... }: +{ + home.packages = [ + pkgs.zathura + ]; + xdg.mimeApps.defaultApplications = { + "application/pdf" = [ + "org.pwmt.zathura.desktop" + ]; + }; +} diff --git a/users/price/home.nix b/users/price/home.nix index 612f2fc9..2de7a5ce 100644 --- a/users/price/home.nix +++ b/users/price/home.nix @@ -48,7 +48,6 @@ in vesktop kooha libreoffice-fresh - zathura nix-prefetch-scripts mako wl-clipboard