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;