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:
parent
ae7aa17dbd
commit
1d6cb20f0c
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue