Use eza instead of exa

This commit is contained in:
Natsu Kagami 2023-09-17 15:28:39 +02:00
parent 9bfc27d6b9
commit a25af00bd7
Signed by: nki
GPG key ID: 55A032EB38B49ADB
3 changed files with 249 additions and 50 deletions

View file

@ -42,6 +42,8 @@
url = gitlab:famedly/conduit/v0.6.0;
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
eza.url = github:eza-community/eza/v0.12.0;
eza.inputs.nixpkgs.follows = "nixpkgs";
# --- Sources
kakoune.url = github:mawww/kakoune;