1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-08-01 12:37:46 +00:00

Make GTK font Lexend

This commit is contained in:
RGBCube 2023-11-29 10:29:25 +03:00
parent ae7aa17dbd
commit 1d6cb20f0c
No known key found for this signature in database

View file

@ -7,8 +7,8 @@
(homeConfiguration "nixos" { (homeConfiguration "nixos" {
gtk = enabled { gtk = enabled {
font = { font = {
name = "OpenSans"; name = "Lexend";
package = pkgs.open-sans; package = pkgs.lexend;
size = 12; size = 12;
}; };