11 lines
No EOL
252 B
Nix
11 lines
No EOL
252 B
Nix
{ ... }:
|
|
{
|
|
# Enable wayland support
|
|
environment.sessionVariables ={
|
|
NIXOS_OZONE_WL = "1";
|
|
STEAM_FORCE_DESKTOPUI_SCALING = "2";
|
|
};
|
|
|
|
# Enable zsh-autocomplete compatibility
|
|
environment.pathsToLink = [ "/share/zsh" ];
|
|
} |