Update main branch #1
1 changed files with 3 additions and 1 deletions
|
|
@ -7,6 +7,8 @@ let
|
|||
fullName = "Alexander Kobjolke";
|
||||
mail = "me@failco.de";
|
||||
};
|
||||
|
||||
myEza = if builtins.hasAttr "eza" pkgs then "eza" else "exa";
|
||||
in {
|
||||
imports = [
|
||||
# shell config
|
||||
|
|
@ -126,7 +128,7 @@ in {
|
|||
};
|
||||
|
||||
# better ls with icons and stuff, maybe also try lsd
|
||||
eza = {
|
||||
${myEza} = {
|
||||
enable = true;
|
||||
icons = true;
|
||||
enableAliases = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue