font settings

This commit is contained in:
2025-08-16 12:55:16 -05:00
parent 36a8914b66
commit f610127179
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -149,7 +149,7 @@
fonts.packages = with pkgs; [ fonts.packages = with pkgs; [
nerd-fonts.mononoki nerd-fonts.mononoki
nerd-fonts.ubuntu-sans nerd-fonts.ubuntu-mono
]; ];
# List services that to enable: # List services that to enable:
+3 -3
View File
@@ -7,9 +7,9 @@ import = [
shell = "fish" shell = "fish"
[font] [font]
normal = { family = "Ubuntu Sans Mono" } normal = { family = "Ubuntu Mono" }
italic = { family = "Ubuntu Sans Mono" } italic = { family = "Ubuntu Mono" }
bold = { family = "Ubuntu Sans Mono" } bold = { family = "Ubuntu Mono" }
size = 18 size = 18
[window] [window]