Reset lens config
This commit is contained in:
parent
10e0beb1ba
commit
624159c95b
1 changed files with 4 additions and 7 deletions
|
|
@ -1,13 +1,10 @@
|
|||
{ pkgs, config, vars, ... }:
|
||||
|
||||
{
|
||||
home.packages = [
|
||||
(pkgs.writeShellScriptBin "lens" ''
|
||||
${pkgs.lens}/bin/lens --user-data-dir=$HOME/.lens-data "$@"
|
||||
'')
|
||||
|
||||
pkgs.kubectl
|
||||
pkgs.kompose
|
||||
home.packages = with pkgs; [
|
||||
lens
|
||||
kubectl
|
||||
kompose
|
||||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue