Common/eza: enable git and icon support
This commit is contained in:
parent
f58fdb8d49
commit
67716baa54
1 changed files with 7 additions and 3 deletions
|
|
@ -1,8 +1,12 @@
|
|||
{pkgs, ...}: {
|
||||
home-manager = {
|
||||
users.toast.programs.eza = {
|
||||
enable = true;
|
||||
enableBashIntegration = true;
|
||||
users.toast = {
|
||||
programs.eza = {
|
||||
enable = true;
|
||||
enableBashIntegration = true;
|
||||
git = true;
|
||||
icons = "auto";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue