feat: add prism launcher

This commit is contained in:
lightly-toasted 2025-08-02 23:27:10 +09:00
parent 4919623d62
commit 4d64c69455
2 changed files with 6 additions and 0 deletions

View file

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