mirror of
https://github.com/Andrey0189/nixos-config-reborn.git
synced 2025-09-15 10:06:00 +03:00
add eza configuration
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
imports = [
|
||||
./alacritty.nix
|
||||
./eza.nix
|
||||
./cursor.nix
|
||||
./starship.nix
|
||||
./fuzzel.nix
|
||||
|
13
home-manager/modules/eza.nix
Normal file
13
home-manager/modules/eza.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
programs.eza = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
colors = "always";
|
||||
git = true;
|
||||
icons = "always";
|
||||
extraOptions = [
|
||||
"--group-directories-first"
|
||||
"--header"
|
||||
];
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user