From b6523d0ea91d498966409b410b3381add78c4d41 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Mon, 20 Jun 2022 11:33:39 +0200 Subject: [PATCH] feat: enable pulseaudio --- configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration.nix b/configuration.nix index 8836627..9518d8c 100644 --- a/configuration.nix +++ b/configuration.nix @@ -48,6 +48,8 @@ fonts.fonts = with pkgs; [ (nerdfonts.override { fonts = [ "DejaVuSansMono" ]; }) ]; + + hardware.pulseaudio.enable = true; environment.systemPackages = with pkgs; [ neovim