1758515786
This commit is contained in:
@@ -24,16 +24,16 @@
|
|||||||
xdg = {
|
xdg = {
|
||||||
mime.enable = true;
|
mime.enable = true;
|
||||||
mime.defaultApplications = {
|
mime.defaultApplications = {
|
||||||
"text/html" = [ "ungoogled-chromium.desktop" ];
|
"text/html" = [ "librewolf.desktop" ];
|
||||||
"application/xhtml+xml" = [ "ungoogled-chromium.desktop" ];
|
"application/xhtml+xml" = [ "librewolf.desktop" ];
|
||||||
"x-scheme-handler/http" = [ "ungoogled-chromium.desktop" ];
|
"x-scheme-handler/http" = [ "librewolf.desktop" ];
|
||||||
"x-scheme-handler/https" = [ "ungoogled-chromium.desktop" ];
|
"x-scheme-handler/https" = [ "librewolf.desktop" ];
|
||||||
"x-scheme-handler/ftp" = [ "ungoogled-chromium.desktop" ];
|
"x-scheme-handler/ftp" = [ "librewolf.desktop" ];
|
||||||
"application/x-www-browser" = [ "ungoogled-chromium.desktop" ];
|
"application/x-www-browser" = [ "librewolf.desktop" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.variables.BROWSER = "chromium";
|
environment.variables.BROWSER = "librewolf";
|
||||||
|
|
||||||
environment.systemPackages =
|
environment.systemPackages =
|
||||||
with pkgs; [
|
with pkgs; [
|
||||||
|
|||||||
Reference in New Issue
Block a user