.dotfiles/modules/home/darwin/default.nix
2025-07-22 21:35:22 +02:00

8 lines
161 B
Nix

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