Personal-use NixOS configuration
0
fork

Configure Feed

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

at main 7 lines 74 B view raw
1{ 2 programs.fish = { 3 enable = true; 4 5 useBabelfish = true; 6 }; 7}