2024-11-22 14:14:54 -07:00
|
|
|
{ ... }:
|
|
|
|
{
|
2024-11-25 01:11:06 -07:00
|
|
|
# Enable wayland support
|
2024-11-29 15:39:02 -07:00
|
|
|
environment.sessionVariables = {
|
|
|
|
# Wayland electron has no hardware acceleration support, so disable it for now
|
|
|
|
# NIXOS_OZONE_WL = "1";
|
2024-11-25 01:11:06 -07:00
|
|
|
STEAM_FORCE_DESKTOPUI_SCALING = "2";
|
|
|
|
};
|
2024-11-22 14:14:54 -07:00
|
|
|
|
|
|
|
# Enable zsh-autocomplete compatibility
|
|
|
|
environment.pathsToLink = [ "/share/zsh" ];
|
2024-11-29 15:39:02 -07:00
|
|
|
}
|