games(darwin): remove heroic games launcher

This commit is contained in:
Nico 2025-08-03 17:15:46 +10:00
parent aedc2fde4e
commit 70a36f7e15
Signed by: nico
SSH key fingerprint: SHA256:XuacYOrGqRxC3jVFjfLROn1CSvLz85Dec6N7O9Gwu/0

View file

@ -5,14 +5,12 @@
homebrew.casks = [ homebrew.casks = [
"steam" "steam"
"heroic"
"roblox" "roblox"
"robloxstudio" "robloxstudio"
]; ];
system.defaults.dock.persistent-apps = [ system.defaults.dock.persistent-apps = [
"/Applications/Steam.app" "/Applications/Steam.app"
"/Applications/Heroic.app"
"${pkgs.prismlauncher}/Applications/PrismLauncher.app" "${pkgs.prismlauncher}/Applications/PrismLauncher.app"
"${pkgs.osu-lazer-bin}/Applications/osu!.app" "${pkgs.osu-lazer-bin}/Applications/osu!.app"
]; ];