steam: add note

This commit is contained in:
Daniel Langbein 2024-12-07 19:04:31 +01:00
parent 75de0e8bc9
commit d1e95d19b5
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002
2 changed files with 7 additions and 0 deletions

View File

@ -20,6 +20,8 @@
# https://unknown-horizons.org/ (A 2D realtime strategy simulation with an emphasis on economy and city building.)
# https://github.com/mgerdes/Open-Golf
# AMD GPU driver: See steam.nix
allowUnfree = [
"SpaceCadetPinball"
"osu-lazer-bin"

View File

@ -12,6 +12,11 @@
# https://www.reddit.com/r/NixOS/comments/10px9ty/comment/j6moarv/
#hardware.steam-hardware.enable = true;
# AMD GPU driver.
#
# https://nixos.wiki/wiki/Steam#Changing_the_driver_on_AMD_GPUs
# According to this wiki, it can help to try out different drivers.
# https://nixos.wiki/wiki/Steam#Install
programs.steam = {
enable = true;