2025-01-02 15:46:08 +02:00
|
|
|
{ pkgs, ... }:
|
2025-06-01 21:04:26 +03:00
|
|
|
pkgs.writeText "Xresources" ''
|
|
|
|
Xft.dpi: 96
|
|
|
|
Xft.antialias: true
|
|
|
|
Xft.hinting: true
|
|
|
|
Xft.rgba: rgb
|
|
|
|
Xft.autohint: false
|
|
|
|
Xft.hintstyle: hintslight
|
|
|
|
Xft.lcdfilter: lcddefault
|
2024-12-10 20:59:08 +02:00
|
|
|
|
2025-06-01 21:04:26 +03:00
|
|
|
Xcursor.theme: xcursor-breeze
|
|
|
|
Xcursor.size: 0
|
2024-12-10 20:59:08 +02:00
|
|
|
''
|