mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 01:45:37 +00:00
fix: steam-unwrapped requires unfree exception
This commit is contained in:
parent
1d01ddbbbc
commit
fc5ed5e892
@ -15,6 +15,7 @@
|
||||
"steam-original"
|
||||
"steamcmd"
|
||||
"steam-run"
|
||||
"steam-unwrapped"
|
||||
];
|
||||
|
||||
programs.steam = {
|
||||
@ -27,7 +28,7 @@
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
||||
# Enable terminal interaction
|
||||
steamPackages.steamcmd
|
||||
steamcmd
|
||||
steam-tui
|
||||
|
||||
# Overlay with performance monitoring
|
||||
|
Loading…
Reference in New Issue
Block a user