zenix: cosmic add audio control hotkeys
This commit is contained in:
parent
34fa25d463
commit
c4bd5f1cf8
3 changed files with 22 additions and 3 deletions
14
nixos/programs/kodi.nix
Normal file
14
nixos/programs/kodi.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{pkgs, ...}: {
|
||||
services.xserver.desktopManager.kodi = {
|
||||
enable = true;
|
||||
package =
|
||||
pkgs.kodi.withPackages
|
||||
(exts:
|
||||
with exts; [
|
||||
jellyfin
|
||||
steam-launcher
|
||||
joystick
|
||||
youtube
|
||||
]);
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue