Auto: cleanup-2026-05-24T10-18-36Z

This commit is contained in:
2026-05-24 12:18:49 +02:00
parent 4dc460dc0c
commit 16c01a5e67
71 changed files with 1770 additions and 1731 deletions
+4 -4
View File
@@ -1,5 +1,5 @@
{ ... }: {
flake.homeModules.eza = { ... }: {
_: {
flake.homeModules.eza = _: {
# ls replacement
# see ./zsh.nix for the alias (usefull to se default flags)
programs.eza = {
@@ -8,7 +8,7 @@
theme = {
# from https://github.com/eza-community/eza-themes/blob/main/themes/gruvbox-dark.yml
colourful = true;
filekinds = {
normal = {foreground = "#ebdbb2";};
directory = {foreground = "#83a598";};
@@ -103,7 +103,7 @@
header = {foreground = "#ebdbb2";};
octal = {foreground = "#8ec07c";};
flags = {foreground = "#d3869b";};
symlink_path = {foreground = "#8ec07c";};
control_char = {foreground = "#83a598";};
broken_symlink = {foreground = "#fb4934";};