Fixed plasma6; added kodi; added wluma; commented out printing; moved fingerprint shit

This commit is contained in:
Jurn Wubben 2025-06-22 23:05:42 +02:00
parent 7ff74bc31c
commit b524030089
6 changed files with 83 additions and 41 deletions

View file

@ -5,6 +5,7 @@
./mpv.nix
./neovim.nix
./nixcord.nix
./kodi.nix
./other.nix
];
}

5
home/programs/kodi.nix Normal file
View file

@ -0,0 +1,5 @@
{pkgs, ...}: {
home.packages = [
(pkgs.kodi-wayland.withPackages (exts: [exts.inputstream-adaptive exts.inputstreamhelper]))
];
}