switch from exa to eza
This commit is contained in:
parent
531b638bdc
commit
52c156568f
|
@ -4,7 +4,7 @@
|
|||
interactiveShellInit = "set -g -x GPG_TTY (tty)";
|
||||
shellAliases = {
|
||||
cat = "bat";
|
||||
ls = "exa";
|
||||
ls = "eza";
|
||||
cp = "cp --reflink=auto --sparse=always";
|
||||
nix-fish = "nix-shell --command fish";
|
||||
};
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, lib, ... }: {
|
||||
{ pkgs, lib, ... }: {
|
||||
environment.systemPackages = (with pkgs; [
|
||||
# Audiovisual
|
||||
darktable
|
||||
|
@ -73,7 +73,7 @@
|
|||
|
||||
# Coreutils replacements
|
||||
bat
|
||||
exa
|
||||
eza
|
||||
|
||||
# Networking
|
||||
curlFull
|
||||
|
|
Loading…
Reference in a new issue