Add a bluetooth role.

This commit is contained in:
Tom Alexander
2025-01-21 22:19:28 -05:00
parent a739728d41
commit 37aa0e6732
4 changed files with 58 additions and 10 deletions

View File

@@ -28,16 +28,16 @@
services.cage.program = "${pkgs.kodi-wayland}/bin/kodi-standalone";
services.cage.enable = true;
# nixpkgs.overlays = [
# (final: prev: {
# kodi-wayland = prev.kodi-wayland.withPackages (
# kodiPkgs: with kodiPkgs; [
# joystick
# vfs-sftp
# ]
# );
# })
# ];
nixpkgs.overlays = [
(final: prev: {
kodi-wayland = prev.kodi-wayland.withPackages (
kodiPkgs: with kodiPkgs; [
joystick
vfs-sftp
]
);
})
];
users.users.kodi = {
isNormalUser = true;