This commit is contained in:
lsoriano-mcm
2025-06-07 13:56:23 -05:00
parent 6034a9797c
commit 835a7fdad3
3 changed files with 2 additions and 8 deletions
+1
View File
@@ -10,6 +10,7 @@
terminal = {
termFont = "JetBrainsMono Nerd Font"; # e.g., JetBrainsMono Nerd Font
termSize = "15";
termShell = "fish";
shellAliases = {
ls = "ls --color=auto";
+1 -1
View File
@@ -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";
-7
View File
@@ -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 = [