add default font
This commit is contained in:
parent
5568dda2fb
commit
ad5dee2ee1
1 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,10 @@
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
fonts.fixedWidth = {
|
||||||
|
family = "FiraCode Nerd Font Mono";
|
||||||
|
pointSize = 9;
|
||||||
|
};
|
||||||
configFile.kwinrc."NightColor" = {
|
configFile.kwinrc."NightColor" = {
|
||||||
Active = true;
|
Active = true;
|
||||||
LatitudeFixed = 51;
|
LatitudeFixed = 51;
|
||||||
|
|
Loading…
Reference in a new issue