Skip to content

Commit

Permalink
Replace lsd with eza
Browse files Browse the repository at this point in the history
  • Loading branch information
francishamel committed Sep 8, 2024
1 parent 1b86b5b commit 63e168b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 14 deletions.
2 changes: 1 addition & 1 deletion home-manager/flake-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
./modules/alacritty.nix
./modules/bat.nix
./modules/direnv.nix
./modules/eza.nix
./modules/fzf.nix
./modules/git.nix
./modules/helix.nix
./modules/lsd.nix
./modules/ssh.nix
./modules/starship.nix
./modules/stylix.nix
Expand Down
16 changes: 16 additions & 0 deletions home-manager/modules/eza.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{ ... }:

{
programs.eza = {
enable = true;
enableZshIntegration = true;
extraOptions = [
"--group"
"--group-directories-first"
"--header"
"--hyperlink"
];
git = true;
icons = true;
};
}
13 changes: 0 additions & 13 deletions home-manager/modules/lsd.nix

This file was deleted.

0 comments on commit 63e168b

Please sign in to comment.