feat: enable pulseaudio

main
mandlm 2022-06-20 11:33:39 +02:00
parent 8d93c529dc
commit b6523d0ea9
1 changed files with 2 additions and 0 deletions

View File

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