From 7992a1447616e84e21c8122b53fdbb354ac82b6e Mon Sep 17 00:00:00 2001 From: noe Date: Sun, 17 Dec 2023 10:14:43 -0500 Subject: [PATCH] n/thonkpad: sound --- nixos/hosts/thonkpad/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/hosts/thonkpad/default.nix b/nixos/hosts/thonkpad/default.nix index 74a0480..77bb701 100644 --- a/nixos/hosts/thonkpad/default.nix +++ b/nixos/hosts/thonkpad/default.nix @@ -6,6 +6,7 @@ ../../features/wifi.nix ../../features/xfce.nix ../../features/tailscale.nix + ../../features/sound ]; home-manager.users.noe = import ../../../home-manager/noe/hosts/thonkpad.nix;