This commit is contained in:
Reid 2024-12-08 18:30:51 -08:00
parent 9c92ea27e3
commit 8a2127b3d8
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
37 changed files with 75 additions and 67 deletions

View file

@ -27,7 +27,7 @@ in {
options.modules.desktop.fonts = {
enable = mkEnableOption "Enable the font configuration module, configuring your chosen fonts";
baseFonts = mkEnableOption "Add an extra set of base fonts";
fonts = {
sansSerif = mkFontOption "sansSerif" {
package = pkgs.my.lexica-ultralegible;
@ -74,7 +74,7 @@ in {
emoji = [ cfg.fonts.emoji.family ];
};
enableGhostscriptFonts = true;
packages = with pkgs; [
packages = with pkgs; [
corefonts
noto-fonts
noto-fonts-cjk-sans
@ -89,7 +89,7 @@ in {
};
hm.gtk.enable = true;
hm.gtk.font = with cfg.fonts.sansSerif; {
hm.gtk.font = with cfg.fonts.sansSerif; {
package = package;
name = family;