pipewire on
This commit is contained in:
parent
1e7511100e
commit
e962815edd
2 changed files with 9 additions and 9 deletions
|
|
@ -36,13 +36,13 @@
|
|||
};
|
||||
|
||||
# sound.enable = true;
|
||||
# hardware.pulseaudio.enable = false;
|
||||
# services.pipewire = {
|
||||
# enable = true;
|
||||
# alsa.enable = true;
|
||||
# alsa.support32Bit = true;
|
||||
# pulse.enable = true;
|
||||
# };
|
||||
hardware.pulseaudio.enable = false;
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
alsa.support32Bit = true;
|
||||
pulse.enable = true;
|
||||
};
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nixpkgs.config.joypixels.acceptLicense = true;
|
||||
|
|
@ -65,7 +65,7 @@
|
|||
killall
|
||||
];
|
||||
|
||||
fonts.fonts = with pkgs; [
|
||||
fonts.packages = with pkgs; [
|
||||
jetbrains-mono
|
||||
joypixels
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue