neovim updates

This commit is contained in:
gwg313 2024-12-05 11:56:06 -05:00
parent 57c3bb3e61
commit 308bdbebf9
Signed by: gwg313
GPG key ID: 60FF63B4826B7400
10 changed files with 102 additions and 47 deletions

View file

@ -3,7 +3,8 @@
pkgs,
lib,
...
}: {
}:
{
options = {
kubernetes.enable = lib.mkEnableOption "Enables Kubernetes and tooling";
};