diff --git a/home/cli.nix b/home/cli.nix index 20322a2..83cf090 100644 --- a/home/cli.nix +++ b/home/cli.nix @@ -18,6 +18,7 @@ zoxide just xclip + eza ]; # Bash configuration @@ -28,6 +29,7 @@ "o" = "xdg-open"; "update" = "sudo nixos-rebuild switch --flake ~/dev/nixos"; "rm" = "rm -i"; + "ls" = "eza"; }; stateVersion = "25.11";