diff options
Diffstat (limited to 'hosts/thinkpad')
-rw-r--r-- | hosts/thinkpad/default.nix | 5 | ||||
-rw-r--r-- | hosts/thinkpad/hardware.nix | 4 |
2 files changed, 5 insertions, 4 deletions
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 = { |