From d94d620d2f393e274676a619b8a56f97f0ed7524 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 26 Jun 2025 13:26:37 -0400 Subject: make system config more modular --- hosts/thinkpad/default.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'hosts/thinkpad/default.nix') diff --git a/hosts/thinkpad/default.nix b/hosts/thinkpad/default.nix index 4d764c0..b2986ba 100644 --- a/hosts/thinkpad/default.nix +++ b/hosts/thinkpad/default.nix @@ -33,4 +33,9 @@ terminal = { kitty = true; }; + + # modules + battery = true; + bluetooth = true; + network = true; } -- cgit v1.2.3-freya