switch from exa to eza

This commit is contained in:
Artemis Tosini 2023-09-10 00:51:29 +00:00
parent 531b638bdc
commit 52c156568f
Signed by: artemist
GPG key ID: EE5227935FE3FF18
2 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@
interactiveShellInit = "set -g -x GPG_TTY (tty)"; interactiveShellInit = "set -g -x GPG_TTY (tty)";
shellAliases = { shellAliases = {
cat = "bat"; cat = "bat";
ls = "exa"; ls = "eza";
cp = "cp --reflink=auto --sparse=always"; cp = "cp --reflink=auto --sparse=always";
nix-fish = "nix-shell --command fish"; nix-fish = "nix-shell --command fish";
}; };

View file

@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }: { { pkgs, lib, ... }: {
environment.systemPackages = (with pkgs; [ environment.systemPackages = (with pkgs; [
# Audiovisual # Audiovisual
darktable darktable
@ -73,7 +73,7 @@
# Coreutils replacements # Coreutils replacements
bat bat
exa eza
# Networking # Networking
curlFull curlFull