temp: not sure if this is even required

This commit is contained in:
Noah Masur 2024-10-25 08:53:04 -04:00
parent a6e4b3130d
commit 8cba026f10
No known key found for this signature in database

View File

@ -159,6 +159,15 @@
}; };
}; };
# Mimic nixpkgs package environment for read-only profiles.ini management
# From: https://github.com/booxter/home-manager/commit/dd1602e306fec366280f5953c5e1b553e3d9672a
home.sessionVariables = {
MOZ_LEGACY_PROFILES = 1;
MOZ_ALLOW_DOWNGRADE = 1;
};
# launchd.user.envVariables = config.home-manager.users.${config.user}.home.sessionVariables;
xdg.mimeApps = { xdg.mimeApps = {
associations.added = { associations.added = {
"text/html" = [ "firefox.desktop" ]; "text/html" = [ "firefox.desktop" ];