.dotfiles/modules-clone/home/server/default.nix
2026-04-02 19:25:58 +02:00

10 lines
281 B
Nix

{ self, lib, ... }:
let
importNames = lib.swarselsystems.readNix "modules-clone/home/server";
modulesPath = "${self}/modules-clone";
in
{
imports = lib.swarselsystems.mkImports importNames "modules-clone/home/server" ++ [
"${modulesPath}/home/common/settings.nix"
];
}