Initial Commit
This commit is contained in:
11
programs/terminal/eza/flake.nix
Normal file
11
programs/terminal/eza/flake.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
description = "eza config";
|
||||
|
||||
inputs = {};
|
||||
|
||||
outputs = { self, ... }: {
|
||||
|
||||
hmModule = import ./eza.nix;
|
||||
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user