me like nix
0

Configure Feed

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

notifications activate the window

author
Sean Aye
date (Mar 22, 2026, 8:03 PM -0400) commit 25bc632d parent 2e4ff87f change-id tzuqqszs
+5
+5
hosts/common/home.nix
··· 28 28 draw-border-with-background = false; 29 29 } 30 30 ]; 31 + debug = { 32 + honor-xdg-activation-with-invalid-serial = { }; 33 + }; 31 34 layout = { 32 35 focus-ring = { 33 36 width = 2; ··· 311 314 padding = "12"; 312 315 margin = "12"; 313 316 font = "BerkeleyMono Nerd Font 11"; 317 + on-button-left = "invoke-default-action"; 318 + on-button-right = "dismiss"; 314 319 }; 315 320 }; 316 321