games: add gog & heroic

This commit is contained in:
Nico 2025-05-03 16:16:02 +10:00
parent 134045cce9
commit fe5f198267
2 changed files with 3 additions and 0 deletions

View file

@ -9,11 +9,13 @@
homebrew.casks = [ homebrew.casks = [
"whisky" "whisky"
"steam" "steam"
"gog-galaxy"
]; ];
system.defaults.dock.persistent-apps = [ system.defaults.dock.persistent-apps = [
"/Applications/Steam.app" "/Applications/Steam.app"
"/Applications/GOG Galaxy.app"
"/Applications/Whisky.app" "/Applications/Whisky.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"

View file

@ -4,6 +4,7 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
osu-lazer-bin osu-lazer-bin
prismlauncher prismlauncher
heroic
mangohud mangohud
]; ];