Some changes

This commit is contained in:
Henry Hiles 2023-10-04 11:01:27 -04:00
parent 8793835fdc
commit 7c7e281b3c
9 changed files with 141 additions and 92 deletions

12
home-manager/eza.nix Normal file
View file

@ -0,0 +1,12 @@
{
programs.eza = {
enable = true;
enableAliases = true;
icons = true;
extraOptions = [
"--all"
"--color=always"
"--group-directories-first"
];
};
}