feat: remove unnecesary options.

This commit is contained in:
CronyAkatsuki 2025-11-06 21:52:16 +01:00
parent 7dc459072c
commit 89f62d51c3

View file

@ -39,7 +39,6 @@
email = "crony@cronyakatsuki.xyz"; email = "crony@cronyakatsuki.xyz";
}; };
}; };
delta.enable = true;
}; };
# Install fzf # Install fzf
@ -64,10 +63,6 @@
enableZshIntegration = true; enableZshIntegration = true;
}; };
home.sessionVariables = {
_ZO_EXCLUDE_DIRS = "$HOME:$HOME/docs/share:/mnt";
};
# Install eza # Install eza
programs.eza = { programs.eza = {
enable = true; enable = true;
@ -76,6 +71,7 @@
icons = "always"; icons = "always";
extraOptions = [ extraOptions = [
"--group-directories-first" "--group-directories-first"
"--group"
]; ];
}; };
@ -87,7 +83,10 @@
}; };
# Install tealdeer # Install tealdeer
programs.tealdeer.enable = true; programs.tealdeer = {
enable = true;
enableAutoUpdates = true;
};
# Install bat # Install bat
programs.bat.enable = true; programs.bat.enable = true;
@ -107,8 +106,8 @@
enable = true; enable = true;
}; };
# Install btop # Install htop
programs.btop.enable = true; programs.htop.enable = true;
# Install lazygit # Install lazygit
programs.lazygit.enable = true; programs.lazygit.enable = true;