.dotfiles/profiles/server/common/home/default.nix
2024-12-05 02:53:32 +01:00

10 lines
147 B
Nix

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