diff --git a/modules/darwin/games.nix b/modules/darwin/games.nix index 217fec1..efc0983 100644 --- a/modules/darwin/games.nix +++ b/modules/darwin/games.nix @@ -8,10 +8,12 @@ homebrew.casks = [ "whisky" + "steam" ]; system.defaults.dock.persistent-apps = [ + "/Applications/Steam.app" "/Applications/Whisky.app" "${pkgs.prismlauncher}/Applications/PrismLauncher.app" ];