Move exa
This commit is contained in:
parent
ce81f4fef6
commit
b936ad92d3
3 changed files with 14 additions and 2 deletions
12
home-manager/exa.nix
Normal file
12
home-manager/exa.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
programs.exa = {
|
||||
enable = true;
|
||||
enableAliases = true;
|
||||
icons = true;
|
||||
extraOptions = [
|
||||
"--all"
|
||||
"--color=always"
|
||||
"--group-directories-first"
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue