.dotfiles/profiles/darwin/home/default.nix
2025-03-27 01:32:41 +01:00

10 lines
179 B
Nix

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