dotfiles/modules/darwin/default.nix
2022-06-14 07:54:18 -04:00

6 lines
72 B
Nix

{ ... }: {
imports = [ ./system.nix ./tmux.nix ./utilities.nix ];
}