config/users/natalie/vim/default.nix

6 lines
69 B
Nix

{...}: {
imports = [
./keybinds.nix
./languages.nix
];
}