From 47bc39d25a359c94e9a139be9d453a05694ef341 Mon Sep 17 00:00:00 2001 From: beeb5k Date: Sat, 20 Jun 2026 02:51:59 +0530 Subject: Font and cursor --- users/common.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'users/common.nix') diff --git a/users/common.nix b/users/common.nix index 4affeca..c7f23bf 100644 --- a/users/common.nix +++ b/users/common.nix @@ -57,8 +57,8 @@ in dotIcons.enable = true; hyprcursor.size = 24; hyprcursor.enable = true; - name = "miku-cursor"; - package = mikuCursor; + name = "Bibata-Modern-Ice"; + package = pkgs.bibata-cursors; }; dconf.settings = { @@ -77,7 +77,8 @@ in gtk = { enable = true; - font.name = "IosevkaInput"; + font.name = "monospace"; + font.size = 12.0; theme = { package = pkgs.adw-gtk3; name = "adw-gtk3"; @@ -147,7 +148,7 @@ in hwdec = "auto"; profile = "high-quality"; save-position-on-quit = "yes"; - sub-font = "IosevkaInput"; + sub-font = "monospace"; sub-font-size = 25; sub-shadow-offset = 0; sub-border-size = 1; @@ -161,5 +162,6 @@ in imagemagick nautilus opencode + clang ]; } -- cgit v1.3.1