Move Electron Wayland opt-in to system configuration

This commit is contained in:
Andrew Kvalheim 2022-08-23 10:18:16 -07:00
parent 0022edb54a
commit 864b2508b2
2 changed files with 1 additions and 3 deletions

View file

@ -4,9 +4,6 @@ let
host = config.host;
in
{
# Wayland
home.sessionVariables.NIXOS_OZONE_WL = "1";
# Input
home.file.".XCompose" = {
onChange = "rm -rfv /home/ak/.cache/gtk-3.0/compose";

View file

@ -223,6 +223,7 @@ in
};
programs.zsh.enable = true;
environment.localBinInPath = true;
environment.sessionVariables.NIXOS_OZONE_WL = "1";
# Users
users.mutableUsers = false;