Make firefox default pdf reader
This commit is contained in:
parent
a8fafeb510
commit
36cf8102c9
|
@ -1,5 +1,15 @@
|
|||
#{ pkgs-unstable, ... }: {
|
||||
{ ... }: {
|
||||
xdg = {
|
||||
enable = true;
|
||||
mimeApps = {
|
||||
enable = true;
|
||||
defaultApplications = {
|
||||
"application/pdf" = "firefox.desktop";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
#package = pkgs-unstable.firefox;
|
||||
|
|
Loading…
Reference in New Issue