From c42f20879b05b47a8a91a676344e3c2b6e10d352 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Fri, 17 Apr 2026 16:49:18 +0200 Subject: [PATCH] feat: make text and cursor a bit bigger. --- modules/linux/nixos/stylix.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/linux/nixos/stylix.nix b/modules/linux/nixos/stylix.nix index d6da8ff..4067e42 100644 --- a/modules/linux/nixos/stylix.nix +++ b/modules/linux/nixos/stylix.nix @@ -18,7 +18,7 @@ # Change Cursor stylix.cursor.package = pkgs.bibata-cursors; stylix.cursor.name = "Bibata-Modern-Ice"; - stylix.cursor.size = 32; + stylix.cursor.size = 48; # Fix stuff not automatically using dark theme on websites stylix.polarity = "dark"; @@ -48,10 +48,10 @@ # Change font sizes stylix.fonts.sizes = { - applications = 15; - desktop = 13; - popups = 13; - terminal = 15; + applications = 17; + desktop = 15; + popups = 15; + terminal = 17; }; # Change chrome settings