forked from extern/nix-config
13 lines
269 B
Nix
13 lines
269 B
Nix
{
|
|
home-manager.sharedModules = [{
|
|
xresources.properties = {
|
|
"Xft.hinting" = true;
|
|
"Xft.antialias" = true;
|
|
"Xft.autohint" = false;
|
|
"Xft.lcdfilter" = "lcddefault";
|
|
"Xft.hintstyle" = "hintfull";
|
|
"Xft.rgba" = "rgb";
|
|
};
|
|
}];
|
|
}
|