Switch from lsd to exa and move to basics
This commit is contained in:
parent
a02b3be1ba
commit
d5acd471e7
4 changed files with 8 additions and 2 deletions
|
|
@ -17,6 +17,7 @@
|
|||
# ./broot.nix
|
||||
./dircolors.nix
|
||||
./direnv.nix
|
||||
./exa.nix
|
||||
./fzf.nix
|
||||
./git.nix
|
||||
./gpg.nix
|
||||
|
|
|
|||
7
hm_modules/exa.nix
Normal file
7
hm_modules/exa.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
programs.exa = {
|
||||
enable = true;
|
||||
enableAliases = true;
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue