1
0
Fork 0

fix(nix): add eza and configure fish aliases

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-08-27 01:02:54 -07:00
parent 19f6fcdaf8
commit c295d3e906
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -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";