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:
parent
47a8763fc9
commit
aad7424764
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user