Lens -> OpenLens

This commit is contained in:
Filippo Berto 2023-07-14 17:29:40 +01:00
parent 86b36a838c
commit 5bc760af4d
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -1,4 +1,4 @@
{ pkgs, ... }: {
home.packages =
builtins.attrValues { inherit (pkgs) awscli2 kubectl kubernetes-helm lens; };
builtins.attrValues { inherit (pkgs) awscli2 kubectl kubernetes-helm openlens; };
}