mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 09:22:19 +00:00
replace exa with eza
This commit is contained in:
parent
15ef0951d9
commit
7d7bb64ffc
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
# Core CLI apps
|
||||
|
||||
imports = [
|
||||
./exa.nix
|
||||
./eza.nix
|
||||
./git.nix
|
||||
./fish.nix
|
||||
./tmux.nix
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{ lib, ... }: {
|
||||
programs.exa = {
|
||||
programs.eza = {
|
||||
enable = true;
|
||||
enableAliases = true;
|
||||
extraOptions = [
|
Loading…
Reference in a new issue