about summary refs log tree commit diff
path: root/nix/profiles/home-manager/mac.nix
blob: 48fc9565f7849c923ce1634506ff92e64859d7db (plain) (blame)
1
2
3
4
{ ... }: {
  imports = [ ./dev.nix ./fish.nix ./git.nix ./shell.nix ./ssh.nix ];
  xdg.enable = false;
}