added eza

This commit is contained in:
willifan 2024-10-12 23:38:11 +02:00
parent a20e749bd7
commit 0ddacb06ae
2 changed files with 11 additions and 0 deletions

View file

@ -3,6 +3,7 @@
imports = [
./bash.nix
./eza.nix
./hyfetch.nix
./nushell.nix
./ssh.nix

View file

@ -0,0 +1,10 @@
{ ... }:
{
home-manager.users.willifan = {
programs.eza = {
enable = true;
};
};
}