mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
Work in progress stuff for a new node. Moved sound forwarding from the VM back to pulse.
This commit is contained in:
parent
f785c945f0
commit
fa4f112505
9 changed files with 99 additions and 14 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue