add fonts

This commit is contained in:
Mohamed Chrayed 2024-08-03 19:52:38 +02:00
parent d3cb8b700e
commit c7913657b7
2 changed files with 24 additions and 0 deletions

View File

@ -13,6 +13,7 @@
};
home.sessionVariables = {
};
programs.home-manager.enable = true;
programs.git = {
enable = true;

View File

@ -3,11 +3,34 @@
programs.plasma = {
enable = true;
fonts = {
menu.family = "IBM Plex Sans";
menu.pointSize = 10;
menu.weight = "normal";
general.family = "IBM Plex Sans";
general.pointSize = 10;
general.weight = "normal";
small.family = "IBM Plex Sans";
small.pointSize = 8;
small.weight = "normal";
toolbar.family = "IBM Plex Sans";
toolbar.pointSize = 10;
toolbar.weight = "normal";
fixedWidth.family = "IBM Plex Mono";
fixedWidth.pointSize = 12;
fixedWidth.weight = "normal";
windowTitle.family = "IBM Plex Sans";
windowTitle.pointSize = 12;
windowTitle.weight = "medium";
};
workspace.cursor = {
size = 24;
theme = "Breeze_Snow";
};
workspace.colorScheme = "BreezeHellFarbe";
panels = [
{
location = "bottom";