initial commit
This commit is contained in:
10
home/eza.nix
Normal file
10
home/eza.nix
Normal file
@ -0,0 +1,10 @@
|
||||
{ lib, config, ... }:
|
||||
|
||||
{
|
||||
programs.eza = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
extraOptions = [
|
||||
];
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user