Nixfiles! :3
0

Configure Feed

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

Also; this was gettin' annoying.


Signed-off-by: MLC Bloeiman <mar@strawmelonjuice.com>

MLC Bloeiman (Jun 25, 2026, 4:16 PM +0200) 3f1bc1c6 bedb28cd

+8 -1
+8 -1
home/modules/niri.nix
··· 104 104 ELECTRON_OZONE_PLATFORM_HINT = "auto"; 105 105 }; 106 106 107 - outputs."Microstep MSI MP341CQ 0x00000316".variable-refresh-rate = true; 107 + outputs."Microstep MSI MP341CQ 0x00000316" = { 108 + variable-refresh-rate = "on-demand"; 109 + mode = { 110 + height = 1440; 111 + width = 3440; 112 + refresh = 100.0; 113 + }; 114 + }; 108 115 109 116 layout = { 110 117 empty-workspace-above-first = true;