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)";
|
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";
|
||||||
};
|
};
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue