enable gtk

This commit is contained in:
2023-08-06 09:17:38 +02:00
parent 683bd41f4f
commit dfbab59b45
8 changed files with 474 additions and 332 deletions

10
home/xresources.nix Normal file
View File

@ -0,0 +1,10 @@
{
xresources.properties = {
"Xft.hinting" = true;
"Xft.antialias" = true;
"Xft.autohint" = false;
"Xft.lcdfilter" = "lcddefault";
"Xft.hintstyle" = "hintfull";
"Xft.rgba" = "rgb";
};
}