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 1495d308dd
commit 488bd8911b
6 changed files with 83 additions and 41 deletions

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]))
];
}