Make firefox the default web browser
This commit is contained in:
parent
25a654cec4
commit
64a3566107
|
@ -78,7 +78,14 @@ with lib; with nLib; {
|
||||||
enable = true;
|
enable = true;
|
||||||
# Manage mime associations
|
# Manage mime associations
|
||||||
mime.enable = true;
|
mime.enable = true;
|
||||||
mimeApps.enable = true;
|
mimeApps = {
|
||||||
|
enable = true;
|
||||||
|
# Set firefox as the default browser
|
||||||
|
defaultApplications = {
|
||||||
|
"x-scheme-handler/https" = [ "firefox.desktop" ];
|
||||||
|
"x-scheme-handler/http" = [ "firefox.desktop" ];
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue