diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-02-29 16:32:10 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-02-29 16:32:10 +0530 |
commit | 2abeb90fbff1d33aadfec37ce80a6bc4d3551661 (patch) | |
tree | 8c2025f7d52d94a31cb139529d98f4cb45be6422 /hosts/cez/modules/wayland.nix | |
parent | 36d3550dd776851fa11f8620467381f75fb1a9ed (diff) |
cez: enable subpixel rendering
Diffstat (limited to 'hosts/cez/modules/wayland.nix')
-rw-r--r-- | hosts/cez/modules/wayland.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/cez/modules/wayland.nix b/hosts/cez/modules/wayland.nix index 085c950..c04d1bf 100644 --- a/hosts/cez/modules/wayland.nix +++ b/hosts/cez/modules/wayland.nix @@ -45,6 +45,7 @@ in enableDefaultPackages = true; fontconfig = { hinting.style = "full"; + subpixel.rgba = "rgb"; defaultFonts = { monospace = [ "Terminess Nerd Font" ]; serif = [ "DeepMind Sans" ]; |