darwin(games): install steam

This commit is contained in:
Nico 2025-05-03 16:16:01 +10:00
parent 8312d9ade8
commit dd40601f86

View file

@ -8,10 +8,12 @@
homebrew.casks = [ homebrew.casks = [
"whisky" "whisky"
"steam"
]; ];
system.defaults.dock.persistent-apps = [ system.defaults.dock.persistent-apps = [
"/Applications/Steam.app"
"/Applications/Whisky.app" "/Applications/Whisky.app"
"${pkgs.prismlauncher}/Applications/PrismLauncher.app" "${pkgs.prismlauncher}/Applications/PrismLauncher.app"
]; ];