pipewire on

This commit is contained in:
Till 2023-08-01 16:23:17 +02:00
parent 1e7511100e
commit e962815edd
2 changed files with 9 additions and 9 deletions

View file

@ -80,7 +80,7 @@
# graphics
inkscape
gimp
godot
godot_4
# web
qutebrowser

View file

@ -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
];