diff options
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 ]; } |
