This commit is contained in:
Miguel Palhas
2025-06-27 17:52:20 +01:00
parent b5733171e3
commit 0137e92e0d
4 changed files with 42 additions and 21 deletions
+1 -1
View File
@@ -56,7 +56,7 @@
profiles = {
"dev-edition-default" = {
isDefault = true;
extensions = with inputs.firefox-addons.packages.${pkgs.system}; [
extensions.packages = with inputs.firefox-addons.packages.${pkgs.system}; [
# privacy
clearurls
decentraleyes
@@ -21,6 +21,10 @@ in
hyprlock
];
systemd.user.services."xdg-desktop-portal-hyprland".serviceConfig = {
ConditionEnvironment = "XDG_SESSION_TYPE=hyprland";
};
home.sessionVariables = {
ELECTRON_OZONE_PLATFORM_HINT = "auto";
};