From aedafa9d6ca05ddf94a67fbdad6171f3f4cb3041 Mon Sep 17 00:00:00 2001 From: Felix Suchert Date: Fri, 19 Jul 2024 17:21:03 +0200 Subject: [PATCH] remove `sound.enable` as it's deprecated --- entropy/nixos/modules/audio.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entropy/nixos/modules/audio.nix b/entropy/nixos/modules/audio.nix index d2ab7bf..7e19305 100644 --- a/entropy/nixos/modules/audio.nix +++ b/entropy/nixos/modules/audio.nix @@ -2,7 +2,7 @@ { # Enable sound. - sound.enable = true; + #sound.enable = true; environment.systemPackages = with pkgs; [ pavucontrol