mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-24 11:41:24 +02:00
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 {
|
let VARIABLES = import ../src/variables.nix; in {
|
||||||
containers.wine = {
|
containers.wine = {
|
||||||
privateNetwork = true;
|
privateNetwork = true;
|
||||||
@ -21,6 +22,10 @@ let VARIABLES = import ../src/variables.nix; in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
config = { pkgs, ... }: {
|
config = { pkgs, ... }: {
|
||||||
|
imports = [
|
||||||
|
nix-gaming.nixosModules.pipewireLowLatency
|
||||||
|
../modules/pipewire.nix
|
||||||
|
];
|
||||||
programs = {
|
programs = {
|
||||||
fish.enable = true;
|
fish.enable = true;
|
||||||
neovim.enable = true;
|
neovim.enable = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user