mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
audio broke and fixed itself
This commit is contained in:
parent
8632e47382
commit
d816248f6b
1 changed files with 2 additions and 1 deletions
|
|
@ -50,13 +50,14 @@
|
|||
font = "Lat2-Terminus16";
|
||||
useXkbConfig = true;
|
||||
};
|
||||
#pipewire sound
|
||||
#should be false
|
||||
sound.enable = false;
|
||||
|
||||
# rtkit is optional but recommended
|
||||
security.rtkit.enable = true;
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
wireplumber.enable = true;
|
||||
alsa.enable = true;
|
||||
alsa.support32Bit = true;
|
||||
pulse.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue