add xh and dua

This commit is contained in:
Kim, Jimin 2025-05-23 07:00:45 +09:00
parent a83d1dbdd3
commit 8d48e206d0
Signed by: pomp
GPG key ID: D3932F82A0667A3B

View file

@ -1,4 +1,4 @@
{ lib, ... }:
{ lib, pkgs, ... }:
{
catppuccin.zsh-syntax-highlighting.enable = true;
@ -7,8 +7,10 @@
syntaxHighlighting.enable = true;
shellAliases = {
c = "clear";
d = "dua interactive";
e = "eza --long --classify=always --color=always --icons=always --all --group-directories-first --binary --group --no-time --octal-permissions";
ld = "lazydocker";
x = "xh --follow";
};
sessionVariables = {
# https://nodejs.org/docs/latest/api/cli.html#node_compile_cachedir
@ -16,6 +18,11 @@
};
};
home.packages = with pkgs; [
xh
dua
];
catppuccin.atuin.enable = true;
programs.atuin = {
enable = true;