1

Nixos: Set font for color HM module

This commit is contained in:
2024-10-13 17:16:07 +02:00
parent 4c0aa7d2eb
commit 80322df0a0

View File

@ -42,6 +42,7 @@ rec {
enable = true; # You can't disable this
lightScheme = "catppuccin-latte";
darkScheme = "catppuccin-mocha";
font = "JetBrainsMono Nerd Font Mono";
};
firefox = {