Create nested module hierarchy
1 file changed, 4 insertions(+), 0 deletions(-)
changed files
M modules/laptop.nix → modules/laptop.nix
@@ -70,4 +70,8 @@ }; systemd.services.nixos-upgrade.unitConfig.ConditionACPower = true; systemd.services.nix-gc.unitConfig.ConditionACPower = true; + + imports = [ + ./user-interface.nix + ]; }