chore(hand7s): cleaning

Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
s0me1newithhand7s 2026-05-29 16:19:48 +03:00
parent 2ff7098d78
commit 930673f046
3 changed files with 0 additions and 59 deletions

View file

@ -1,13 +0,0 @@
{
pkgs,
lib,
...
}: {
home = {
shellAliases = {
e = "${lib.getExe pkgs.eza}";
et = "${lib.getExe pkgs.eza} -T";
k = "${lib.getExe pkgs.kubectl}";
};
};
}