feat(jellyfin): init jellyfin

This commit is contained in:
Artur Manuel 2025-03-05 14:32:32 +00:00
commit 4e2ae9fdfd
Signed by: amadaluzia
SSH key fingerprint: SHA256:Zwg7gBuZyaG48ucAZneJwltiXu0+tJb7c3lYt9AYlLg
5 changed files with 14 additions and 3 deletions

View file

@ -35,7 +35,11 @@ in {
]; ];
}; };
services = {
displayManager.sessionPackages = [cfg.package];
gnome.gnome-keyring.enable = true;
};
alqueva.support.wayland = true; alqueva.support.wayland = true;
services.gnome.gnome-keyring.enable = true;
}; };
} }

View file

@ -11,6 +11,7 @@
./apps.nix ./apps.nix
./fonts.nix ./fonts.nix
./forgejo.nix ./forgejo.nix
./jellyfin.nix
]; ];
config = { config = {

View file

@ -48,4 +48,8 @@ in {
}; };
}; };
}; };
systemd.user.tmpfiles.users.forgejo.rules = [
"L+ %h/data/home/.ssh - - - - %h/.ssh"
];
} }

View file

@ -0,0 +1,3 @@
{
services.jellyfin.enable = true;
}

View file

@ -64,8 +64,7 @@ menu {
menuitem { menuitem {
background: @base01; background: @base01;
margin: 2px; margin: 2px;
padding: 5px 10px; padding: 5px 30px;
padding-right: 20px;
} }
menuitem label { menuitem label {