.dotfiles/profiles/home/server/default.nix
2025-03-27 01:32:41 +01:00

11 lines
318 B
Nix

{ self, lib, ... }:
let
importNames = lib.swarselsystems.readNix "profiles/home/server";
profilesPath = "${self}/profiles";
in
{
imports = lib.swarselsystems.mkImports importNames "profiles/home/server" ++ [
"${profilesPath}/home/common/settings.nix"
"${profilesPath}/home/common/sharedsetup.nix"
];
}