wrapped version of eza
This commit is contained in:
@@ -5,13 +5,20 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
enableBashIntegration = true;
|
enableBashIntegration = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
git = true;
|
package = inputs.self.packages.${pkgs.stdenv.hostPlatform.system}.my-eza;
|
||||||
icons = "auto";
|
};
|
||||||
colors = "auto";
|
};
|
||||||
extraOptions = [
|
|
||||||
|
perSystem = { system, pkgs, ... }: {
|
||||||
|
packages.my-eza = inputs.wrappers.lib.wrapPackage {
|
||||||
|
inherit pkgs;
|
||||||
|
package = pkgs.eza;
|
||||||
|
args = [
|
||||||
"--all"
|
"--all"
|
||||||
"--long"
|
"--long"
|
||||||
"--group-directories-first"
|
"--group-directories-first"
|
||||||
|
"--icons=auto"
|
||||||
|
"--color=auto"
|
||||||
"--sort=type"
|
"--sort=type"
|
||||||
"--dereference"
|
"--dereference"
|
||||||
"--octal-permissions"
|
"--octal-permissions"
|
||||||
|
|||||||
Reference in New Issue
Block a user