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

7 lines
135 B
Nix

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