Work in progress stuff for a new node. Moved sound forwarding from the VM back to pulse.

This commit is contained in:
kat witch 2021-02-04 13:58:20 +00:00 committed by kat
parent f785c945f0
commit fa4f112505
9 changed files with 99 additions and 14 deletions

View file

@ -10,6 +10,10 @@ let
dino = callPackage "${sources.qyliss-nixlib}/overlays/patches/dino" {
inherit (pkgs) dino;
};
discord = pkgs.discord.override {
nss = pkgs.nss_latest;
};
linuxPackagesFor = kernel:
(pkgs.linuxPackagesFor kernel).extend (_: ksuper: {