mirror of
https://github.com/JaxTheWolf/nixos.git
synced 2026-04-01 02:00:22 +02:00
Set console, texteditor font size for laptop
This commit is contained in:
@@ -3,5 +3,15 @@
|
||||
}:
|
||||
|
||||
{
|
||||
dconf.settings = { };
|
||||
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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user