aboutsummaryrefslogtreecommitdiffstats
path: root/home/root/common/core/vim/default.nix
blob: ea4ed5e39be9bfe2a8ac59e47f23a03233e69193 (plain)
1
2
3
4
5
6
{
  programs.vim = {
    enable = true;
    extraConfig = (builtins.readFile ./vimrc);
  };
}