From e18301d69b0fe50287999f75b4e74cc999700ae0 Mon Sep 17 00:00:00 2001 From: Nico Date: Sat, 3 May 2025 16:16:01 +1000 Subject: [PATCH] games: add prismlauncher --- modules/darwin/games.nix | 2 ++ modules/linux/games.nix | 1 + 2 files changed, 3 insertions(+) diff --git a/modules/darwin/games.nix b/modules/darwin/games.nix index 45966a8..07f52ec 100644 --- a/modules/darwin/games.nix +++ b/modules/darwin/games.nix @@ -3,6 +3,7 @@ { environment.systemPackages = with pkgs; [ osu-lazer-bin + prismlauncher ]; homebrew.casks = [ @@ -13,5 +14,6 @@ system.defaults.dock.persistent-apps = [ "/Applications/Whisky.app" "${pkgs.osu-lazer-bin}/Applications/osu!" + "${pkgs.prismlauncher}/Applications/PrismLauncher.app" ]; } diff --git a/modules/linux/games.nix b/modules/linux/games.nix index af93ea5..1779dbe 100644 --- a/modules/linux/games.nix +++ b/modules/linux/games.nix @@ -3,6 +3,7 @@ { environment.systemPackages = with pkgs; [ osu-lazer-bin + prismlauncher mangohud ];