mirror of
https://github.com/JaxTheWolf/nixos.git
synced 2026-03-31 17:50:23 +02:00
15 lines
272 B
Nix
15 lines
272 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;
|
|
};
|
|
};
|
|
}
|