koishi: Mic mute + networkmanager

This commit is contained in:
kat witch 2021-11-11 19:47:18 +00:00
parent 6149da041a
commit 5459fddb01
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
5 changed files with 33 additions and 8 deletions

View file

@ -1,5 +0,0 @@
final: prev: {
linuxPackagesFor = kernel: (final.linuxPackagesFor kernel).extend (_: kfinal: {
zfsUnstable = kfinal.zfsUnstable.overrideAttrs (old: { meta = old.meta // { broken = false; }; });
});
}