Use prebuilt pulseaudioFull package.
This commit is contained in:
parent
b3f948ae69
commit
22e9dec442
3
i3.nix
3
i3.nix
@ -59,7 +59,7 @@
|
|||||||
# unifont
|
# unifont
|
||||||
ubuntu_font_family
|
ubuntu_font_family
|
||||||
source-code-pro
|
source-code-pro
|
||||||
fira
|
fira fira-mono fira-code
|
||||||
noto-fonts-emoji
|
noto-fonts-emoji
|
||||||
|
|
||||||
cantarell_fonts # from gnome3 module
|
cantarell_fonts # from gnome3 module
|
||||||
@ -140,6 +140,7 @@
|
|||||||
hardware.pulseaudio = {
|
hardware.pulseaudio = {
|
||||||
enable = true;
|
enable = true;
|
||||||
zeroconf.discovery.enable = true;
|
zeroconf.discovery.enable = true;
|
||||||
|
package = pkgs.pulseaudioFull;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user