fix(hyprland): make electron apps use wayland for proper fractional scaling

This commit is contained in:
Michael Thomas 2024-08-05 16:49:21 -04:00
parent 8496a112ba
commit cd971466a2

View File

@ -18,6 +18,8 @@ in {
enable = true;
};
# Hint electron apps to use wayland
environment.sessionVariables.NIXOS_OZONE_WL = "1";
services.gnome.gnome-keyring.enable = true;
security.pam.services.greetd.enableGnomeKeyring = true;