0
fork

Configure Feed

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

BWUH

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

+4 -6
+4 -6
home/modules/niri.nix
··· 112 112 }; 113 113 114 114 layout = { 115 - gaps = 15; 115 + empty-workspace-above-first = true; 116 + gaps = 10; 116 117 center-focused-column = "never"; 117 118 always-center-single-column = true; 118 119 ··· 204 205 screenshot-path = "~/Pictures/Screenshots/Screenshot from %Y-%m-%d %H-%M-%S.png"; 205 206 206 207 workspaces = { 207 - # First three workspaces permanent and unnamed 208 - "1" = { }; 209 - "2" = { }; 210 - "3" = { }; 211 - # Then two permanent dedicated ones 208 + # Dedicated to conversation 212 209 "💬" = { }; 210 + # Dedicated to music listening 213 211 "🎧" = { }; 214 212 }; 215 213