dotfiles/modules/editor/default.nix
2022-05-22 19:43:46 -04:00

6 lines
53 B
Nix

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