From a2339e091a6e1906b8f6488986de1474a5e7b92e Mon Sep 17 00:00:00 2001 From: Baitinq Date: Fri, 30 Dec 2022 17:40:41 +0100 Subject: Hardware: Move hardware specific settings from hosts --- hardware/thinkpad/default.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'hardware/thinkpad/default.nix') diff --git a/hardware/thinkpad/default.nix b/hardware/thinkpad/default.nix index 226ba89..adc1519 100644 --- a/hardware/thinkpad/default.nix +++ b/hardware/thinkpad/default.nix @@ -1,6 +1,11 @@ { pkgs, ... }: { - imports = [ ./hardware.nix ]; + imports = [ + ./hardware.nix + + ../../modules/power-save + ../../modules/bluetooth + ]; # nvramtool settings: # -- cgit 1.4.1