From bbbecc66be24fa295a598a3adf14a2ac734bcdbe Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 12 Mar 2026 08:53:42 -0400 Subject: thinkpad: get workin again --- hosts/thinkpad/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'hosts/thinkpad/default.nix') diff --git a/hosts/thinkpad/default.nix b/hosts/thinkpad/default.nix index 5560fb4..11b5bcb 100644 --- a/hosts/thinkpad/default.nix +++ b/hosts/thinkpad/default.nix @@ -37,9 +37,9 @@ _: { }; # modules - battery = true; - bluetooth = true; - network = true; - fingerprint = true; - tpm = true; + battery.enable = true; + bluetooth.enable = true; + network.enable = true; + fingerprint.enable = true; + tpm.enable = true; } -- cgit v1.2.3-freya