From 835a7fdad39e83be7d1e8ab593932adee48ae61b Mon Sep 17 00:00:00 2001 From: lsoriano-mcm Date: Sat, 7 Jun 2025 13:56:23 -0500 Subject: [PATCH] test --- info.default.nix | 1 + pkgs/kitty/default.nix | 2 +- pkgs/zsh/default.nix | 7 ------- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/info.default.nix b/info.default.nix index d9a915a..4d1a8e9 100644 --- a/info.default.nix +++ b/info.default.nix @@ -10,6 +10,7 @@ terminal = { termFont = "JetBrainsMono Nerd Font"; # e.g., JetBrainsMono Nerd Font + termSize = "15"; termShell = "fish"; shellAliases = { ls = "ls --color=auto"; diff --git a/pkgs/kitty/default.nix b/pkgs/kitty/default.nix index e298bcc..4159877 100755 --- a/pkgs/kitty/default.nix +++ b/pkgs/kitty/default.nix @@ -6,7 +6,7 @@ confirm_os_window_close = 0; window_padding_width = 10; - font_size = 12.0; + font_size = terminal.termSize; font_family = terminal.termFont; bold_font = "auto"; italic_font = "auto"; diff --git a/pkgs/zsh/default.nix b/pkgs/zsh/default.nix index d292b2c..13c549a 100644 --- a/pkgs/zsh/default.nix +++ b/pkgs/zsh/default.nix @@ -1,7 +1,6 @@ { pkgs, terminal, - lib, ... }: { home.packages = with pkgs; [ @@ -12,16 +11,10 @@ programs.zoxide.enable = true; programs.zsh = { - plugins = [ - ]; - enableCompletion = false; syntaxHighlighting.enable = false; - shellAliases = terminal.shellAliases; - history.size = 10000; - antidote = { enable = true; plugins = [