add prism launcher

This commit is contained in:
minish 2025-01-21 01:03:08 -05:00
parent 058a78b196
commit 187c9f25d5
Signed by: min
SSH Key Fingerprint: SHA256:PDf6DSaU0lWsQ57NzQGdm8HUKftULYFYzxPJolepY58
1 changed files with 5 additions and 0 deletions

5
homes/min/games.nix Normal file
View File

@ -0,0 +1,5 @@
{pkgs, ...}: {
home.packages = with pkgs; [
prismlauncher
];
}