aboutsummaryrefslogtreecommitdiff
path: root/modules/users/schererleander/hm-darwin.nix
blob: edf80eb26436b182c2e35766b1208888aec9dbae (plain)
1
2
3
4
5
6
7
8
9
{
  flake.modules.homeManager.schererleander-darwin =
    { inputs, ... }:
    {
      imports = [
        inputs.self.modules.homeManager.schererleander-base
      ];
    };
}