Files
2026-02-20 23:38:41 +01:00

13 lines
122 B
Nix

{ pkgs, ... }:
{
programs.nixvim = {
plugins = {
diffview = {
enable = true;
};
};
};
}