.dotfiles/profiles/server/common/home/default.nix

10 lines
148 B
Nix

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