From 6ed74b4d372a6b3abf04f75d38c6f6fb8eb783e1 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 23 Mar 2026 22:33:11 +0000 Subject: [PATCH] Update files --- system/sound.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; - } + }; }