summaryrefslogtreecommitdiffstats
path: root/usecases/desktop/graphical/kodi.nix
diff options
context:
space:
mode:
Diffstat (limited to 'usecases/desktop/graphical/kodi.nix')
-rw-r--r--usecases/desktop/graphical/kodi.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/usecases/desktop/graphical/kodi.nix b/usecases/desktop/graphical/kodi.nix
index 54445ac..b09884d 100644
--- a/usecases/desktop/graphical/kodi.nix
+++ b/usecases/desktop/graphical/kodi.nix
@@ -3,7 +3,7 @@ inputs: {pkgs, ...}: {
3 programs.kodi = { 3 programs.kodi = {
4 enable = true; 4 enable = true;
5 5
6 package = pkgs.unstable.kodi-wayland.withPackages (p: 6 package = pkgs.kodi-wayland.withPackages (p:
7 with p; [ 7 with p; [
8 vfs-sftp 8 vfs-sftp
9 vfs-libarchive 9 vfs-libarchive