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
+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";
};