home-manager/gui: Use Monocraft font

This commit is contained in:
2023-09-20 15:01:04 +01:00
parent af93a5c72e
commit c411e5dec9
2 changed files with 15 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
{ lib, pkgs, config, ... }:
{ lib, pkgs, config, font, ... }:
let
inherit (lib) mkIf mkDefault mkMerge mkForce;
@@ -155,8 +155,8 @@ in
};
style = ''
* {
font-size: 14px;
font-family: SauceCodePro Nerd Font Mono;
font-size: 12px;
font-family: ${font.name};
/*font-family: monospace;*/
}