this repo has no description
0
fork

Configure Feed

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

:sparkles: configurin vicinae

+4
+4
home/vicinae/default.nix
··· 2 2 services.vicinae = { 3 3 enable = true; 4 4 autoStart = true; 5 + settings = { 6 + font.normal = "Monaspace Krypton"; 7 + theme.name = "catppuccin-mocha.json"; 8 + }; 5 9 }; 6 10 }