mirror of
https://github.com/zephrynis/nix-flake.git
synced 2026-02-18 20:21:53 +00:00
Fix: adjust 4K monitor scaling and increase font size for better readability
This commit is contained in:
@@ -171,6 +171,12 @@
|
||||
package = pkgs.bibata-cursors;
|
||||
size = 24;
|
||||
};
|
||||
|
||||
# Increase font size for better readability on 4K
|
||||
font = {
|
||||
name = "Sans";
|
||||
size = 11; # Increase if needed (default is usually 10)
|
||||
};
|
||||
};
|
||||
|
||||
# Qt theming
|
||||
|
||||
Reference in New Issue
Block a user