feat(koumakyou): add kodi

This commit is contained in:
514fpv 2024-05-22 22:10:06 +08:00
parent 006bae7488
commit be4fd74608
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

@ -1,4 +1,4 @@
{ jovian, ... }: {
{ pkgs, jovian, ... }: {
imports = [
jovian.nixosModules.jovian
];
@ -18,6 +18,7 @@
users.home.persistApp.directories = [
".steam" ".local/share/Steam" ".config/gamescope"
".kodi"
];
users.users.app.extraGroups = [ "networkmanager" ];
@ -29,6 +30,17 @@
kscreenlockerrc.Daemon.Autolock = false;
};
};
home-manager.users.app.home.packages = with pkgs; [
(pkgs.kodi-wayland.passthru.withPackages (kodiPkgs: with kodiPkgs; [
joystick # keymap steam-controller
#controller-topology-project
libretro libretro-2048
libretro-fuse libretro-genplus libretro-mgba
libretro-nestopia libretro-snes9x
jellycon
]))
];
} // {
#users.users.decky.uid = 514;
#users.groups.decky.gid = 514;