Personal Nix setup
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add xsettingsd

+11 -2
+11 -2
home/desktop/hyprland.nix
··· 9 9 10 10 services.playerctld.enable = true; 11 11 12 + services.xsettingsd = { 13 + enable = true; 14 + settings = { 15 + "Xft/Antialias" = true; 16 + "Xft/Hinting" = true; 17 + "Xft/HintStyle" = "hintslight"; 18 + "Xft/RGBA" = "rgb"; 19 + "Xft/dpi" = 163; 20 + }; 21 + }; 22 + 12 23 wayland.windowManager.hyprland = { 13 24 enable = true; 14 25 xwayland = { ··· 44 55 bind =, XF86AudioNext, exec, $player next 45 56 46 57 exec-once=xprop -root -f _XWAYLAND_GLOBAL_OUTPUT_SCALE 32c -set _XWAYLAND_GLOBAL_OUTPUT_SCALE 2 47 - env = GDK_SCALE, 2 48 - env = XCURSOR_SIZE, 32 49 58 50 59 windowrule = float, title:^(Firefox — Sharing Indicator)$ 51 60 windowrule = nofocus, title:^(Firefox — Sharing Indicator)$