rename kubectl to kubernetes

This commit is contained in:
Sean Buckley 2023-05-22 02:54:33 -04:00
parent d4e1485d22
commit 23d24ca511
2 changed files with 1 additions and 1 deletions

View file

@ -1,7 +1,7 @@
{ config, pkgs, lib, ... }:
{
imports = [
./kubectl.nix
./kubernetes.nix
./powerline.nix
];