.dotfiles/modules/darwin/home/default.nix
2025-03-27 01:47:14 +01:00

10 lines
175 B
Nix

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