From f3d552f4ceb37a9b09678d5764e07a70646f7048 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 12 Jan 2021 17:08:02 +0100 Subject: laptop: merge imports --- system/settings/hardware/laptop.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'system/settings/hardware') 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 - ]; } -- cgit 1.4.1