eza: init (remove colorls)
This commit is contained in:
parent
3e5b64ec51
commit
9fff02227a
4 changed files with 12 additions and 6 deletions
|
@ -23,7 +23,7 @@ in
|
|||
tree
|
||||
ripgrep
|
||||
fzf
|
||||
colorls
|
||||
eza
|
||||
|
||||
wslu
|
||||
wsl-open
|
||||
|
|
|
@ -24,7 +24,7 @@ in
|
|||
tree
|
||||
ripgrep
|
||||
fzf
|
||||
colorls
|
||||
eza
|
||||
|
||||
#optional
|
||||
pciutils
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue