xdg: misc
- use firefox as default browser - explicitly overwrite mimeapps file
This commit is contained in:
parent
f41fcce8c6
commit
fbc9796d11
|
@ -4,6 +4,7 @@ let
|
||||||
|
|
||||||
# Applications
|
# Applications
|
||||||
google-chrome = "google-chrome.desktop";
|
google-chrome = "google-chrome.desktop";
|
||||||
|
firefox = "firefox.desktop";
|
||||||
gimp = "gimp.desktop";
|
gimp = "gimp.desktop";
|
||||||
inkscape = "org.inkscape.Inkscape.desktop";
|
inkscape = "org.inkscape.Inkscape.desktop";
|
||||||
vscode = "code.desktop";
|
vscode = "code.desktop";
|
||||||
|
@ -75,10 +76,11 @@ let
|
||||||
image-viewer = sxiv;
|
image-viewer = sxiv;
|
||||||
pdf-viewer = zathura;
|
pdf-viewer = zathura;
|
||||||
video-player = mpv;
|
video-player = mpv;
|
||||||
web-browser = google-chrome;
|
web-browser = firefox;
|
||||||
|
|
||||||
in {
|
in {
|
||||||
|
|
||||||
|
xdg.dataFile."applications/mimeapps.list".force = true;
|
||||||
xdg.mimeApps = {
|
xdg.mimeApps = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# associations.added = {};
|
# associations.added = {};
|
||||||
|
|
Loading…
Reference in New Issue