Add steam

This commit is contained in:
Tyler Beckman 2024-11-25 01:11:06 -07:00
parent 2f9175860e
commit b502b6518e
Signed by: Ty
GPG key ID: 2813440C772555A4
2 changed files with 10 additions and 2 deletions

View file

@ -1,7 +1,10 @@
{ ... }:
{
# Enable wayland support for electron apps
environment.sessionVariables.NIXOS_OZONE_WL = "1";
# Enable wayland support
environment.sessionVariables ={
NIXOS_OZONE_WL = "1";
STEAM_FORCE_DESKTOPUI_SCALING = "2";
};
# Enable zsh-autocomplete compatibility
environment.pathsToLink = [ "/share/zsh" ];

View file

@ -13,6 +13,11 @@
# Misc
vimix-cursors # SDDM Cursor theme
];
programs.steam = {
enable = true;
extest.enable = true;
};
# Install zsh
programs.zsh.enable = true;