.dotfiles/modules/home/darwin/default.nix
2025-07-04 18:24:18 +02:00

10 lines
175 B
Nix

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