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:
@@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
|
lib,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@@ -10,12 +11,12 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
"org/gnome/Console" = {
|
"org/gnome/Console" = {
|
||||||
custom-font = "FiraCode Nerd Font Mono 10";
|
custom-font = lib.mkDefault "FiraCode Nerd Font Mono 11";
|
||||||
use-system-font = false;
|
use-system-font = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
"org/gnome/TextEditor" = {
|
"org/gnome/TextEditor" = {
|
||||||
custom-font = "Fira Code weight=450 11";
|
custom-font = lib.mkDefault "Fira Code weight=450 11";
|
||||||
use-system-font = false;
|
use-system-font = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -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