diff --git a/system/sound.nix b/system/sound.nix index 4947c83..91db8e1 100644 --- a/system/sound.nix +++ b/system/sound.nix @@ -11,5 +11,5 @@ alsa.support32Bit = true; pulse.enable = true; jack.enable = true; - } + }; }