1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-31 12:07:48 +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" {
gtk = enabled {
font = {
name = "OpenSans";
package = pkgs.open-sans;
name = "Lexend";
package = pkgs.lexend;
size = 12;
};