refactor(terminal): more modularity for default terminal font

This commit is contained in:
kenji
2026-01-11 19:32:56 -06:00
parent b720c1ff02
commit c4ed00e6c8
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -55,7 +55,7 @@
enableFishIntegration = true;
settings = {
font-family = myConfig.font.monospace;
font-family = myConfig.terminal.font;
confirm-close-surface = false;
app-notifications = false;
window-padding-x = 15;
+2
View File
@@ -18,6 +18,7 @@
};
terminal = {
default = "ghostty";
font = "MonoLisa";
aliases = {
update = "sudo nixos-rebuild switch --flake ~/.config/nixos/#hakase";
};
@@ -75,6 +76,7 @@
};
terminal = {
default = "ghostty";
font = "MonoLisa";
aliases = {
update = "sudo nixos-rebuild switch --flake ~/.config/nixos/#macbook";
};