mirror of
https://github.com/JaxTheWolf/nixos.git
synced 2026-04-01 10:10:22 +02:00
18 lines
275 B
Nix
18 lines
275 B
Nix
{
|
|
...
|
|
}:
|
|
|
|
{
|
|
dconf.settings = {
|
|
"org/gnome/Console" = {
|
|
custom-font = "FiraCode Nerd Font Mono 11";
|
|
use-system-font = false;
|
|
};
|
|
|
|
"org/gnome/TextEditor" = {
|
|
custom-font = "Fira Code weight=450 11";
|
|
use-system-font = false;
|
|
};
|
|
};
|
|
}
|