feat: enable pulseaudio

This commit is contained in:
mandlm 2022-06-20 11:33:39 +02:00
parent 8d93c529dc
commit b6523d0ea9

View File

@ -48,6 +48,8 @@
fonts.fonts = with pkgs; [
(nerdfonts.override { fonts = [ "DejaVuSansMono" ]; })
];
hardware.pulseaudio.enable = true;
environment.systemPackages = with pkgs; [
neovim