Skip to content

Commit

Permalink
feat: better font rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
sioodmy committed Nov 17, 2024
1 parent a879fbb commit eaf98c8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions system/wayland/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{pkgs, ...}: {
hardware.graphics.enable = true;

environment.sessionVariables = {
FREETYPE_PROPERTIES = "cff:no-stem-darkening=0 autofitter:no-stem-darkening=0";
};

systemd.services = {
seatd = {
enable = true;
Expand Down Expand Up @@ -31,10 +35,11 @@
gnome.glib-networking.enable = true;
logind = {
lidSwitch = "suspend";
lidSwitchExternalPower = "suspend";
lidSwitchExternalPower = "hibernate";
extraConfig = ''
HandlePowerKey=suspend
HibernateDelaySec=3600
HibernateDelaySec=600
SuspendState=mem
'';
};
};
Expand Down

0 comments on commit eaf98c8

Please sign in to comment.