From 2118b04d9bda19997cb89c15d25341c4c148bace Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Sun, 16 Jun 2024 02:25:07 +0800 Subject: [PATCH] fixup! flake/modules: cleanup --- hosts/aristotle/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/aristotle/hardware-configuration.nix b/hosts/aristotle/hardware-configuration.nix index fea25e1..dc28851 100644 --- a/hosts/aristotle/hardware-configuration.nix +++ b/hosts/aristotle/hardware-configuration.nix @@ -7,7 +7,7 @@ hardware.nvidia.nvidiaSettings = false; services.hdapsd.enable = false; - my.hardware ={ + my.hardware = { audio.enable = true; bluetooth.enable = true; tpm.enable = true;