cli tools
This commit is contained in:
12
modules/home-manager/eza/default.nix
Normal file
12
modules/home-manager/eza/default.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ pkgs, config, ... }:
|
||||
|
||||
{
|
||||
programs = {
|
||||
eza = {
|
||||
enable = true;
|
||||
enableAliases = true;
|
||||
git = true;
|
||||
icons = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user