talos: home: unblur electron apps

This is an obscure NixOS environment variable only mentioned in a
changelog, but it does the right thing
This commit is contained in:
Antoine Martin 2025-02-17 22:59:22 +01:00
parent 61b72a89e7
commit 3e01412e7f

View file

@ -116,6 +116,7 @@ in {
bindswitch --reload --locked lid:on output eDP-1 disable; bindswitch --reload --locked lid:on output eDP-1 disable;
''; '';
}; };
programs = { programs = {
fuzzel.enable = true; fuzzel.enable = true;
swaylock.enable = true; swaylock.enable = true;
@ -123,6 +124,10 @@ in {
enable = true; enable = true;
}; };
}; };
home.sessionVariables = {
NIXOS_OZONE_WL = "1";
};
}; };
# FIXME: belongs elsewhere # FIXME: belongs elsewhere