Switch from lsd to exa and move to basics

This commit is contained in:
Filippo Berto 2023-02-25 20:06:45 +01:00
parent a02b3be1ba
commit d5acd471e7
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
4 changed files with 8 additions and 2 deletions

7
hm_modules/exa.nix Normal file
View file

@ -0,0 +1,7 @@
{
programs.exa = {
enable = true;
enableAliases = true;
};
}