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