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 +++++ hosts/thinkpad/hardware.nix | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'hosts/thinkpad') 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; } diff --git a/hosts/thinkpad/hardware.nix b/hosts/thinkpad/hardware.nix index 61948b4..95f9ffd 100644 --- a/hosts/thinkpad/hardware.nix +++ b/hosts/thinkpad/hardware.nix @@ -1,8 +1,4 @@ {...}: { - # hardware - hardware.graphics.enable = true; - hardware.bluetooth.enable = true; - # bootloader boot.loader.systemd-boot.enable = true; boot.loader.efi = { -- cgit v1.2.3-freya