feat: restructure and move apps into their own configs (#2)
This commit is contained in:
14
home/programs/eza.nix
Normal file
14
home/programs/eza.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
device,
|
||||
...
|
||||
}: {
|
||||
programs.
|
||||
eza = {
|
||||
enable = true;
|
||||
# enableAliases = true;
|
||||
git = true;
|
||||
icons = "auto";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user