.dotfiles/profiles/home/server/default.nix
2025-01-01 15:59:58 +01:00

10 lines
147 B
Nix

{ self, ... }:
let
profilesPath = "${self}/profiles";
in
{
imports = [
"${profilesPath}/home/common/settings.nix"
./symlink.nix
];
}