eza: init (remove colorls)
This commit is contained in:
parent
3e5b64ec51
commit
9fff02227a
4 changed files with 12 additions and 6 deletions
|
@ -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