+17
packetmix/homes/coded/xdg.nix
+17
packetmix/homes/coded/xdg.nix
···
1
+
# SPDX-FileCopyrightText: 2026 FreshlyBakedCake
2
+
#
3
+
# SPDX-License-Identifier: MIT
4
+
5
+
{
6
+
xdg.mimeApps = {
7
+
enable = true;
8
+
defaultApplications = {
9
+
"default-web-browser" = [ "firefox.desktop" ];
10
+
"text/html" = [ "firefox.desktop" ];
11
+
"x-scheme-handler/http" = [ "firefox.desktop" ];
12
+
"x-scheme-handler/https" = [ "firefox.desktop" ];
13
+
"x-scheme-handler/about" = [ "firefox.desktop" ];
14
+
"x-scheme-handler/unknown" = [ "firefox.desktop" ];
15
+
};
16
+
};
17
+
}
History
1 round
0 comments
thecoded.prof
submitted
#0
1 commit
expand
collapse
feat(pm/coded): set firefox as default browser
expand 0 comments
pull request successfully merged