dotfiles/modules/repositories/default.nix
2022-12-21 14:18:03 -07:00

6 lines
59 B
Nix

{ ... }: {
imports = [ ./dotfiles.nix ./notes.nix ];
}