From 0e20adecd71ee463ddd18c3c6d3cb8e149283065 Mon Sep 17 00:00:00 2001 From: NullBite Date: Thu, 18 Jul 2024 14:09:12 -0400 Subject: [PATCH] system: remove use of removed `sound` option --- system/package-sets/fun.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/package-sets/fun.nix b/system/package-sets/fun.nix index 4ed2496..c8d2ae1 100644 --- a/system/package-sets/fun.nix +++ b/system/package-sets/fun.nix @@ -20,7 +20,7 @@ in asciiquarium ] ++ lib.optionals config.services.xserver.enable [ oneko - ] ++ lib.optionals config.sound.enable [ + ] ++ lib.optionals config.services.pipewire.enable [ bucklespring-libinput espeak ];