1
0
forked from extern/nix-config

containers(wine): Enable pipewire

Seems to fix an issue where audio could randomly stop working when
closing applications and opening new ones.
This commit is contained in:
Donovan Glover 2023-06-16 14:20:11 -04:00
parent 47a8763fc9
commit aad7424764
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -1,3 +1,4 @@
{ nix-gaming, ... }:
let VARIABLES = import ../src/variables.nix; in {
containers.wine = {
privateNetwork = true;
@ -21,6 +22,10 @@ let VARIABLES = import ../src/variables.nix; in {
};
config = { pkgs, ... }: {
imports = [
nix-gaming.nixosModules.pipewireLowLatency
../modules/pipewire.nix
];
programs = {
fish.enable = true;
neovim.enable = true;