all repos — nixfiles @ f3d552f4ceb37a9b09678d5764e07a70646f7048

System and user configuration, managed by nix and home-manager

laptop: merge imports

Alan Pearce
commit

f3d552f4ceb37a9b09678d5764e07a70646f7048

parent

1fc3e2f72b830647ae53c662fa7e0fe96471b52a

1 file changed, 1 insertion(+), 4 deletions(-)

jump to
M system/settings/hardware/laptop.nixsystem/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 - ]; }