aboutsummaryrefslogtreecommitdiff
path: root/home/vim.nix
blob: a55340cc72940375ef5d5a41979b4cb5571ebb09 (plain)
1
2
3
4
5
6
7
{ ... }:

{
  programs.vim = {
    enable = true;
  };
}