summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorAlan Pearce2021-01-12 17:08:02 +0100
committerAlan Pearce2021-01-12 17:08:02 +0100
commitf3d552f4ceb37a9b09678d5764e07a70646f7048 (patch)
tree56b726171ee354d709a0ae85461d23e7b7a6c861 /system
parent1fc3e2f72b830647ae53c662fa7e0fe96471b52a (diff)
downloadnixfiles-f3d552f4ceb37a9b09678d5764e07a70646f7048.tar.lz
nixfiles-f3d552f4ceb37a9b09678d5764e07a70646f7048.tar.zst
nixfiles-f3d552f4ceb37a9b09678d5764e07a70646f7048.zip
laptop: merge imports
Diffstat (limited to 'system')
-rw-r--r--system/settings/hardware/laptop.nix5
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
-  ];
 }