fix(nix): add eza and configure fish aliases
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
19f6fcdaf8
commit
c295d3e906
1 changed files with 10 additions and 1 deletions
|
@ -45,6 +45,7 @@
|
|||
gh
|
||||
libnotify
|
||||
tokei
|
||||
eza
|
||||
|
||||
discord
|
||||
steam
|
||||
|
@ -120,7 +121,6 @@
|
|||
|
||||
### Programs
|
||||
programs.home-manager.enable = true;
|
||||
programs.fish.enable = true;
|
||||
programs.mu.enable = true;
|
||||
|
||||
programs.alacritty = {
|
||||
|
@ -147,6 +147,15 @@
|
|||
};
|
||||
};
|
||||
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
shellAliases = {
|
||||
psax = "ps -ax | grep -i";
|
||||
ls = "eza";
|
||||
ll = "eza --all --long";
|
||||
};
|
||||
};
|
||||
|
||||
programs.gh = {
|
||||
enable = true;
|
||||
settings.editor = "emacsclient";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue