feat: migrate Prism Launcher from flatpak to home nix package

This commit is contained in:
lightly-toasted 2025-08-30 12:59:50 +09:00
parent 58490c36fe
commit 8a106e2758
2 changed files with 7 additions and 6 deletions

View file

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