wip
This commit is contained in:
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user