From 116ea629895aa3c6395c659e95f7495c275d696c Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 2 May 2023 07:46:43 -0700 Subject: profiles/workstation: consolidate sound related configurations --- modules/hardware/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/hardware/default.nix') diff --git a/modules/hardware/default.nix b/modules/hardware/default.nix index 21e4713..6d1441f 100644 --- a/modules/hardware/default.nix +++ b/modules/hardware/default.nix @@ -1,5 +1,5 @@ { ... }: { - imports = [ ./amd ./bluetooth ./intel ./ssd ./sound ./networking ]; + imports = [ ./amd ./bluetooth ./intel ./ssd ./networking ]; } -- cgit v1.2.3