8
modules/home-manager/kubectl.nix
Normal file
8
modules/home-manager/kubectl.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{pkgs, ...}:
|
||||
{
|
||||
home.packages = [
|
||||
pkgs.kubie
|
||||
pkgs.kubectl
|
||||
];
|
||||
|
||||
}
|
Reference in New Issue
Block a user