mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 14:35:37 +00:00
fix: steam-unwrapped requires unfree exception
This commit is contained in:
parent
1d01ddbbbc
commit
fc5ed5e892
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user