dotfiles/modules/editor/default.nix
2022-05-30 16:14:02 -04:00

6 lines
68 B
Nix

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