infrastructure/config/users/kat/base/vim/default.nix
2021-09-03 05:03:43 +01:00

6 lines
61 B
Nix

{ ... }: {
imports = [
./vim.nix
./nvim.nix
];
}