added eza
This commit is contained in:
parent
a20e749bd7
commit
0ddacb06ae
2 changed files with 11 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
imports = [
|
||||
./bash.nix
|
||||
./eza.nix
|
||||
./hyfetch.nix
|
||||
./nushell.nix
|
||||
./ssh.nix
|
||||
|
|
10
users/willifan/common/shell/eza.nix
Normal file
10
users/willifan/common/shell/eza.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ ... }:
|
||||
{
|
||||
|
||||
home-manager.users.willifan = {
|
||||
programs.eza = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
}
|
Loading…
Add table
Reference in a new issue