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

9 lines
129 B
Nix

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