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 # Enable wayland support
environment.sessionVariables.NIXOS_OZONE_WL = "1"; environment.sessionVariables ={
NIXOS_OZONE_WL = "1";
STEAM_FORCE_DESKTOPUI_SCALING = "2";
};
# Enable zsh-autocomplete compatibility # Enable zsh-autocomplete compatibility
environment.pathsToLink = [ "/share/zsh" ]; environment.pathsToLink = [ "/share/zsh" ];

View file

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