fix boot devices steamdeck, add ykfde

This commit is contained in:
2023-09-28 19:29:50 +02:00
parent a82b2fac68
commit 6d47e49918
5 changed files with 60 additions and 8 deletions

View File

@@ -1,5 +1,6 @@
self: super: {
bento = (super.callPackage ../pkgs/bento { });
ykfde = (super.callPackage ../pkgs/ykfde { });
howdy = (super.callPackage ../pkgs/howdy { });
linux-enable-ir-emitter = (super.callPackage ../pkgs/linux-enable-ir-emitter { });
}