fix: steam-unwrapped requires unfree exception

This commit is contained in:
Noah Masur 2024-10-26 14:22:19 -04:00
parent 1d01ddbbbc
commit fc5ed5e892
No known key found for this signature in database

View File

@ -15,6 +15,7 @@
"steam-original" "steam-original"
"steamcmd" "steamcmd"
"steam-run" "steam-run"
"steam-unwrapped"
]; ];
programs.steam = { programs.steam = {
@ -27,7 +28,7 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# Enable terminal interaction # Enable terminal interaction
steamPackages.steamcmd steamcmd
steam-tui steam-tui
# Overlay with performance monitoring # Overlay with performance monitoring