Common: enable eza
This commit is contained in:
parent
85dc75ced4
commit
74cadfd80f
2 changed files with 9 additions and 0 deletions
8
roles/common/programs/eza.nix
Normal file
8
roles/common/programs/eza.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{pkgs, ...}: {
|
||||
home-manager = {
|
||||
users.toast.programs.eza = {
|
||||
enable = true;
|
||||
enableBashIntegration = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue