This repository has been archived on 2024-01-18. You can view files and clone it, but cannot push or open issues/pull-requests.
2023-07-13 20:35:19 +00:00
|
|
|
{lib, ...}: {
|
2023-09-14 17:39:27 +00:00
|
|
|
programs.eza = {
|
2023-07-09 03:49:54 +00:00
|
|
|
enable = true;
|
2023-11-21 16:43:28 +00:00
|
|
|
git = true;
|
|
|
|
icons = true;
|
2023-07-09 03:49:54 +00:00
|
|
|
};
|
2023-11-21 16:43:28 +00:00
|
|
|
programs.nushell.shellAliases.ll = lib.mkForce "eza -al";
|
2023-07-09 03:49:54 +00:00
|
|
|
}
|