initial commit

This commit is contained in:
2024-07-30 00:09:42 -04:00
commit b2afed60e0
18 changed files with 690 additions and 0 deletions

10
home/eza.nix Normal file
View File

@ -0,0 +1,10 @@
{ lib, config, ... }:
{
programs.eza = {
enable = true;
enableFishIntegration = true;
extraOptions = [
];
};
}