games: add prismlauncher

This commit is contained in:
Nico 2025-05-03 16:16:01 +10:00
parent 51f932d818
commit e18301d69b
2 changed files with 3 additions and 0 deletions

View file

@ -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"
];
}

View file

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