dotfiles/x/default.nix

7 lines
102 B
Nix

{writeTextDir, dpi ? 96}:
writeTextDir "setdpi" ''
Xft.dpi: ${toString dpi}
*dpi: ${toString dpi}
''