The world's most clever kitty cat
0
fork

Configure Feed

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

Fix state dir

Ben C 0c32d44b 3848b41e

+1 -1
+1 -1
nix/nixosModule.nix
··· 38 38 39 39 script = '' 40 40 export TOKEN=$(cat "$CREDENTIALS_DIRECTORY/BINGUS_BOT_TOKEN") 41 - export BRAIN_FILE=$XDG_STATE_HOME/brain.msgpackz 41 + export BRAIN_FILE=$STATE_DIRECTORY/brain.msgpackz 42 42 ${pkgs.bingus}/bin/bingus 43 43 ''; 44 44