Skip to content

Commit

Permalink
exa: replace with eza
Browse files Browse the repository at this point in the history
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
  • Loading branch information
Scrumplex committed Sep 8, 2023
1 parent 19c6a40 commit 71d24f9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 68 deletions.
1 change: 0 additions & 1 deletion modules/modules.nix
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ let
./programs/emacs.nix
./programs/eww.nix
./programs/eza.nix
./programs/exa.nix
./programs/feh.nix
./programs/firefox.nix
./programs/fish.nix
Expand Down
67 changes: 0 additions & 67 deletions modules/programs/exa.nix

This file was deleted.

5 changes: 5 additions & 0 deletions modules/programs/eza.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
with lib;

{
imports = let
mkRenamed = opt:
mkRenamedOptionModule [ "programs" "exa" opt ] [ "programs" "eza" opt ];
in map mkRenamed [ "enable" "enableAliases" "extraOptions" "icons" "git" ];

meta.maintainers = [ maintainers.cafkafk ];

options.programs.eza = {
Expand Down

0 comments on commit 71d24f9

Please sign in to comment.