Simplification of home manager basic module
This commit is contained in:
parent
67100d56d5
commit
eea02abfcb
13 changed files with 77 additions and 70 deletions
7
modules/hm/eza.nix
Normal file
7
modules/hm/eza.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
programs.eza = {
|
||||
enable = true;
|
||||
enableBashIntegration = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue