this repo has no description
1
fork

Configure Feed

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

at main 9 lines 152 B view raw
1{delib, ...}: 2delib.module { 3 name = "programs.zoxide"; 4 5 home.always.programs.zoxide = { 6 enable = true; 7 enableFishIntegration = true; 8 }; 9}