Skip to content

Commit

Permalink
home-manager/zsh: remove eza, use dircolors
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Jul 4, 2024
1 parent f8c282b commit 61ce950
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion home-manager/cli/nnn.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ in
"/" = "/";
};
extraPackages = with pkgs; [
eza
fzf
mediainfo
] ++ lib.optionals (!stdenv.isDarwin) [
Expand Down
5 changes: 1 addition & 4 deletions home-manager/cli/zsh.nix
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,7 @@ in
};

programs = {
eza = {
enable = true;
git = true;
};
dircolors.enable = true;
fzf = {
enable = true;
fileWidgetOptions = [ "--preview 'head {}'" ];
Expand Down

0 comments on commit 61ce950

Please sign in to comment.