add xh and dua
This commit is contained in:
parent
a83d1dbdd3
commit
8d48e206d0
1 changed files with 8 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue