eza: init (remove colorls)

This commit is contained in:
Christoph Hollizeck 2024-10-21 00:43:30 +02:00
parent 3e5b64ec51
commit 9fff02227a
4 changed files with 12 additions and 6 deletions

View file

@ -23,7 +23,7 @@ in
tree
ripgrep
fzf
colorls
eza
wslu
wsl-open

View file

@ -24,7 +24,7 @@ in
tree
ripgrep
fzf
colorls
eza
#optional
pciutils

View file

@ -51,7 +51,14 @@ in
};
config = {
environment.systemPackages = with pkgs; [ ];
environment.systemPackages = [ ];
# remove default nix alias
environment.shellAliases = {
l = null;
ls = null;
ll = null;
};
programs.fish = enabled;
users.defaultUserShell = pkgs.fish;