this repo has no description
1
fork

Configure Feed

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

at 7f13d21e5156830a346c075866b7fcc0c74b735b 16 lines 214 B view raw
1{ 2 pkgs, 3 ... 4}: { 5 programs.halloy = { 6 enable = true; 7 # Managed externally 8 package = null; 9 10 config = { 11 "servers.senpai" = { 12 server = "heimdall.hauleth.dev"; 13 }; 14 }; 15 }; 16}