nix/hosts/laptop/modules/environment.nix

8 lines
No EOL
207 B
Nix

{ ... }:
{
# Enable wayland support for electron apps
environment.sessionVariables.NIXOS_OZONE_WL = "1";
# Enable zsh-autocomplete compatibility
environment.pathsToLink = [ "/share/zsh" ];
}