Fixed plasma6; added kodi; added wluma; commented out printing; moved fingerprint shit
This commit is contained in:
parent
1495d308dd
commit
488bd8911b
6 changed files with 83 additions and 41 deletions
5
home/programs/kodi.nix
Normal file
5
home/programs/kodi.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = [
|
||||
(pkgs.kodi-wayland.withPackages (exts: [exts.inputstream-adaptive exts.inputstreamhelper]))
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue