From 9d9d6931b613eb37e08d3413039550e5abc74699 Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Sat, 27 Jul 2024 09:57:55 +0200 Subject: [PATCH] removed sound option it no longer has any effect --- workstation/configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/workstation/configuration.nix b/workstation/configuration.nix index 1b123dc..6aceb33 100644 --- a/workstation/configuration.nix +++ b/workstation/configuration.nix @@ -100,7 +100,6 @@ (nerdfonts.override { fonts = [ "FiraCode" "DroidSansMono" ]; }) ]; - sound.enable = true; services.pipewire = { enable = true; alsa.enable = true;