diff --git a/nixos/modules/env.nix b/nixos/modules/env.nix index bb5e464..ba089d8 100644 --- a/nixos/modules/env.nix +++ b/nixos/modules/env.nix @@ -3,7 +3,7 @@ TERMINAL = "alacritty"; EDITOR = "nvim"; # Hint Electron apps to use Wayland - # NIXOS_OZONE_WL = "1"; + NIXOS_OZONE_WL = "1"; XDG_BIN_HOME = "$HOME/.local/bin"; PATH = [ "${XDG_BIN_HOME}"