diff options
author | Alan Pearce | 2021-01-12 17:08:02 +0100 |
---|---|---|
committer | Alan Pearce | 2021-01-12 17:08:02 +0100 |
commit | f3d552f4ceb37a9b09678d5764e07a70646f7048 (patch) | |
tree | 56b726171ee354d709a0ae85461d23e7b7a6c861 /system/settings/hardware | |
parent | 1fc3e2f72b830647ae53c662fa7e0fe96471b52a (diff) | |
download | nixfiles-f3d552f4ceb37a9b09678d5764e07a70646f7048.tar.lz nixfiles-f3d552f4ceb37a9b09678d5764e07a70646f7048.tar.zst nixfiles-f3d552f4ceb37a9b09678d5764e07a70646f7048.zip |
laptop: merge imports
Diffstat (limited to 'system/settings/hardware')
-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 - ]; } |