aboutsummaryrefslogtreecommitdiff
path: root/gui/lowdpi.nix
blob: 6410f2322276fd16a0a704e75fdfb0d046fc076e (plain)
1
2
3
4
5
6
7
8
9
10
11
{ pkgs, ... }:

{
  xsession.pointerCursor.size = 16;

  home.file.".config/twmn/twmn.conf".text = ''
    [gui]
    font_size=15
    height=20
  '';
}