Gen 402: created system config for my laptop
This commit is contained in:
11
glasshouse-laptop/home/eza.nix
Normal file
11
glasshouse-laptop/home/eza.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
programs.eza = {
|
||||
enable = true;
|
||||
enableZshIntegration = false;
|
||||
extraOptions = [ "-1" "-h" "--group-directories-first" ];
|
||||
icons = true;
|
||||
git = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user