From b67b8b70e4703ca0d45bae0aa477a7fcbc4731f4 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Tue, 31 Oct 2023 09:13:03 +0100 Subject: [PATCH] feat: replace exa with eza --- home-manager/zsh.nix | 2 +- home-mandlm.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/home-manager/zsh.nix b/home-manager/zsh.nix index 4ee0682..9b8a205 100644 --- a/home-manager/zsh.nix +++ b/home-manager/zsh.nix @@ -23,7 +23,7 @@ in }; shellAliases = { - ls = "exa --group-directories-first --git"; + ls = "eza --group-directories-first --git"; neovide = "neovide --multigrid"; xclip = "xclip -selection clipboard"; }; diff --git a/home-mandlm.nix b/home-mandlm.nix index 068bafe..91e5e2b 100644 --- a/home-mandlm.nix +++ b/home-mandlm.nix @@ -6,7 +6,7 @@ homeDirectory = "/home/${user}"; packages = with pkgs; [ - exa + unstable.eza firefox jq htop