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 # graphics
inkscape inkscape
gimp gimp
godot godot_4
# web # web
qutebrowser qutebrowser

View file

@ -36,13 +36,13 @@
}; };
# sound.enable = true; # sound.enable = true;
# hardware.pulseaudio.enable = false; hardware.pulseaudio.enable = false;
# services.pipewire = { services.pipewire = {
# enable = true; enable = true;
# alsa.enable = true; alsa.enable = true;
# alsa.support32Bit = true; alsa.support32Bit = true;
# pulse.enable = true; pulse.enable = true;
# }; };
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
nixpkgs.config.joypixels.acceptLicense = true; nixpkgs.config.joypixels.acceptLicense = true;
@ -65,7 +65,7 @@
killall killall
]; ];
fonts.fonts = with pkgs; [ fonts.packages = with pkgs; [
jetbrains-mono jetbrains-mono
joypixels joypixels
]; ];