Mount steam

This commit is contained in:
Natsu Kagami 2025-01-23 00:07:50 +01:00
parent 357866e46b
commit 0e4c25aa67
Signed by: nki
GPG key ID: 55A032EB38B49ADB
2 changed files with 18 additions and 1 deletions

View file

@ -331,7 +331,12 @@ in
# DConf for GNOME configurations
programs.dconf.enable = true;
# Gaming! (not for ARM64)
programs.steam.enable = !pkgs.stdenv.isAarch64;
programs.steam.enable = true;
programs.gamescope = {
enable = true;
# capSysNice = true; # https://github.com/NixOS/nixpkgs/issues/351516
args = [ "--adaptive-sync" "--rt" ];
};
## Services
# OpenSSH so you can SSH to me