Compare commits

..

No commits in common. "535f713c792285acfec98c8b12e573371714cf2b" and "6898c0ddae33ea0772a199a31c5bef87fa714bfe" have entirely different histories.

2 changed files with 0 additions and 14 deletions

View file

@ -92,8 +92,6 @@ in
partOf = [ "graphical-session.target" ];
};
environment.variables.FREETYPE_PROPERTIES = "cff:no-stem-darkening=0 autofitter:no-stem-darkening=0";
environment.systemPackages = with pkgs; [
dmenu
xclip

View file

@ -28,18 +28,6 @@ in
--jitter ${toString (cfg.threshold - 1)} \
${lib.concatStrings cfg.extraOptions}
'';
home.file.".xinitrc".text = ''
[ -f ~/.Xresources ] && ${lib.getExe pkgs.xorg.xrdb} -merge ~/.Xresources
'';
xresources.properties = {
"Xft.lcdfilter" = "lcddefault";
"Xft.hintstyle" = "hintslight";
"Xft.hinting" = "1";
"Xft.antialias" = "1";
"Xft.rgba" = "none";
};
};
}