Update main branch #1

Merged
jakalx merged 120 commits from develop into main 2024-02-05 21:51:32 +01:00
Showing only changes of commit 4b3ed18218 - Show all commits

View file

@ -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;