Reset lens config

This commit is contained in:
KnightArtorias 2026-03-07 17:29:46 +00:00
parent 10e0beb1ba
commit 624159c95b

View file

@ -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 = {