Add prismlauncher
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{ user, home }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.persistence."/persist/state"."${home}/.local/share/PrismLauncher" = { };
|
||||
|
||||
home-manager.users.${user}.home.packages = with pkgs; [ prismlauncher ];
|
||||
}
|
Reference in New Issue
Block a user