From 19cf9d640d1e7c3cdab01ad362945a051721d9b1 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 6 Apr 2022 06:37:34 -0700 Subject: refactor configuration for AMD --- 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 62208c1..843c1f5 100644 --- a/modules/hardware/default.nix +++ b/modules/hardware/default.nix @@ -1,5 +1,5 @@ { ... }: { - imports = [ ./intel ./ssd ./sound ./networking ]; + imports = [ ./amd ./intel ./ssd ./sound ./networking ]; } -- cgit v1.2.3