shell-tools update

This commit is contained in:
John Lancaster
2026-04-19 14:02:35 -05:00
parent 93e58c341d
commit e9d585f8d0
4 changed files with 42 additions and 53 deletions
-7
View File
@@ -14,12 +14,5 @@
ignorecase = true;
};
};
home.packages = with pkgs; [
# gdu
# (writeShellScriptBin "lfcd" ''
# . <(${lib.getExe pkgs.lf} -print-last-dir | sed 's/^/cd /')
# '')
];
};
}