Add pulseaudio for pipewire
This commit is contained in:
parent
966aff8ae7
commit
3784b4a6fe
2 changed files with 5 additions and 0 deletions
|
@ -8,3 +8,4 @@ nixos-rebuild switch --flake flake_path_directory#hostname
|
|||
|
||||
- https://github.com/ryan4yin/nix-config/tree/v0.0.2
|
||||
- https://github.com/LudovicoPiero/dotfiles
|
||||
- https://github.com/donovanglover/nix-config/
|
||||
|
|
|
@ -14,4 +14,8 @@
|
|||
jack.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
pulseaudio
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue