Add prismlauncher

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-07-26 11:01:08 +01:00
parent ce2f51e914
commit b4640f8218
5 changed files with 32 additions and 18 deletions

View File

@@ -0,0 +1,7 @@
{ user, home }:
{ pkgs, ... }:
{
environment.persistence."/persist/state"."${home}/.local/share/PrismLauncher" = { };
home-manager.users.${user}.home.packages = with pkgs; [ prismlauncher ];
}