users/guest: add jellyfin-media-player user unit
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m43s

This commit is contained in:
2025-09-28 21:48:16 +01:00
parent 82d1a991ef
commit f8dd9b73f5
2 changed files with 32 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ in
home-manager.users.${name} = {
imports = [
./common/optional/graphical/jellyfin.nix
./common/optional/graphical/steam.nix
{
home.persistence."/state" = {
@@ -36,7 +37,6 @@ in
};
home.persistence."/persist" = {
directories = [
".config/jellyfin.org"
".local/share/icons"
];
};