lint
This commit is contained in:
parent
9c92ea27e3
commit
8a2127b3d8
37 changed files with 75 additions and 67 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue