.dotfiles/profiles/home/server/default.nix
2025-01-07 17:54:46 +01:00

10 lines
268 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"
];
}