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:
parent
61b72a89e7
commit
3e01412e7f
|
@ -116,6 +116,7 @@ in {
|
|||
bindswitch --reload --locked lid:on output eDP-1 disable;
|
||||
'';
|
||||
};
|
||||
|
||||
programs = {
|
||||
fuzzel.enable = true;
|
||||
swaylock.enable = true;
|
||||
|
@ -123,6 +124,10 @@ in {
|
|||
enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
home.sessionVariables = {
|
||||
NIXOS_OZONE_WL = "1";
|
||||
};
|
||||
};
|
||||
|
||||
# FIXME: belongs elsewhere
|
||||
|
|
Loading…
Reference in a new issue