aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-12-16 06:17:11 -0800
committerFranck Cuny <franck@fcuny.net>2025-12-16 06:17:11 -0800
commit6bbdf1ba8d8c8a9e3ff66edb6912ef8179b6d805 (patch)
tree164e4771130c05df346e4c9e96df93185d277890
parentbackup my mac with restic (diff)
downloadinfra-6bbdf1ba8d8c8a9e3ff66edb6912ef8179b6d805.tar.gz
tweak kitty and ezaHEADmain
-rw-r--r--home/profiles/eza.nix4
-rw-r--r--home/profiles/kitty.nix8
2 files changed, 8 insertions, 4 deletions
diff --git a/home/profiles/eza.nix b/home/profiles/eza.nix
index f71b9b6..0952201 100644
--- a/home/profiles/eza.nix
+++ b/home/profiles/eza.nix
@@ -2,15 +2,15 @@
{
programs.eza = {
enable = true;
- icons = "never";
+ icons = "auto";
colors = "always";
git = true;
+ # I setup my own aliases
enableFishIntegration = false;
extraOptions = [
"--group-directories-first"
"--no-quotes"
"--git-ignore"
- "--icons=never"
];
};
diff --git a/home/profiles/kitty.nix b/home/profiles/kitty.nix
index f5fceeb..8bfcf0c 100644
--- a/home/profiles/kitty.nix
+++ b/home/profiles/kitty.nix
@@ -5,9 +5,13 @@
themeFile = "Modus_Operandi_Tinted";
settings = {
copy_on_select = "yes";
+ bold_font = "auto";
+ italic_font = "auto";
+ bold_italic_font = "auto";
+ window_padding_width = "3 10";
enable_audio_bell = "no";
- window_padding_width = 5;
- tab_title_template = "{index}{title}";
+ tab_bar_edge = "bottom";
+ tab_title_template = "{title}{' :{}:'.format(num_windows) if num_windows > 1 else ''}";
tab_bar_style = "powerline";
font_family = "Source Code Pro";
font_size = "15.0";