diff options
| author | beeb5k <beebeeb5k@gmail.com> | 2026-06-20 02:51:59 +0530 |
|---|---|---|
| committer | beeb5k <beebeeb5k@gmail.com> | 2026-06-20 02:51:59 +0530 |
| commit | 47bc39d25a359c94e9a139be9d453a05694ef341 (patch) | |
| tree | cd5ad0f5e413056e74feb6a7790b7b510ea5d1c8 /users/common.nix | |
| parent | f1d30adc192df38fe8f6cd50cb2eae048789459b (diff) | |
Font and cursor
Diffstat (limited to 'users/common.nix')
| -rw-r--r-- | users/common.nix | 10 |
1 files changed, 6 insertions, 4 deletions
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 ]; } |
