[kodi] Add kdeconnect

This commit is contained in:
2025-07-19 14:55:35 -07:00
parent 64149713d2
commit f757ea7271

View File

@@ -29,7 +29,7 @@ in
{
users.extraUsers.kodi = {
isNormalUser = true;
extraGroups = [ "wheel" "networkmanager" "audio" "video" ];
extraGroups = [ "wheel" "networkmanager" "audio" "video" ];
};
networking.firewall = {
@@ -38,10 +38,12 @@ in
};
environment.systemPackages = with pkgs; [
kodiPkg
kodiPkg
wget
];
programs.kdeconnect.enable = true;
services = if cfg.autologin then {
displayManager = {
autoLogin.enable = true;