From c7913657b7ccb5bfb10e303ec6da12e296eaafe9 Mon Sep 17 00:00:00 2001 From: "Mohamed C." Date: Sat, 3 Aug 2024 19:52:38 +0200 Subject: [PATCH] add fonts --- home.nix | 1 + user/plasma.nix | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/home.nix b/home.nix index 40546e1..a5e08cb 100644 --- a/home.nix +++ b/home.nix @@ -13,6 +13,7 @@ }; home.sessionVariables = { }; + programs.home-manager.enable = true; programs.git = { enable = true; diff --git a/user/plasma.nix b/user/plasma.nix index 33a0741..ac469c6 100644 --- a/user/plasma.nix +++ b/user/plasma.nix @@ -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";