diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/settings/hardware/laptop.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/system/settings/hardware/laptop.nix b/system/settings/hardware/laptop.nix index 1ea90628..0dea0384 100644 --- a/system/settings/hardware/laptop.nix +++ b/system/settings/hardware/laptop.nix @@ -4,6 +4,7 @@ imports = [ ./bluetooth.nix ./bluetooth-audio.nix + ../user-interface.nix ]; boot.kernelModules = [ "coretemp" ]; @@ -72,8 +73,4 @@ systemd.services.nixos-upgrade.unitConfig.ConditionACPower = true; systemd.services.nix-gc.unitConfig.ConditionACPower = true; systemd.services.docker-prune.unitConfig.ConditionACPower = true; - - imports = [ - ../user-interface.nix - ]; } |