mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 09:22:19 +00:00
eza: remove deprecated config option
This commit is contained in:
parent
f61e6db3ff
commit
a44b2f3878
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
|||
{ lib, ... }: {
|
||||
programs.eza = {
|
||||
enable = true;
|
||||
enableAliases = true;
|
||||
extraOptions = [
|
||||
"--group-directories-first"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue