fix(hyprland): make electron apps use wayland for proper fractional scaling
This commit is contained in:
parent
8496a112ba
commit
cd971466a2
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user