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

9 lines
129 B
Nix

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