diff options
| -rw-r--r-- | lass/3modules/nichtparasoup.nix | 90 | 
1 files changed, 89 insertions, 1 deletions
diff --git a/lass/3modules/nichtparasoup.nix b/lass/3modules/nichtparasoup.nix index 0ce099c92..6865bafec 100644 --- a/lass/3modules/nichtparasoup.nix +++ b/lass/3modules/nichtparasoup.nix @@ -24,7 +24,95 @@ with import <stockholm/lib>;          [Sites]          SoupIO: everyone          Pr0gramm: new,top -        Reddit: gifs,reactiongifs,ANormalDayInRussia,perfectloops,reallifedoodles,bizarrebuildings,cablefail,cableporn,educationalgifs,EngineeringPorn,holdmybeer,itsaunixsystem,loadingicon,michaelbaygifs,nononoyesno,oddlysatisfying,ofcoursethatsathing,OSHA,PeopleFuckingDying,PerfectTiming,PixelArt,RetroFuturism,robotsbeingjerks,scriptedasiangifs,shittyrobots,startrekstabilized,ThingsCutInHalfPorn,totallynotrobots,Unexpected,abandonedporn,animalsbeingderps,assholedesign,bonehurtingjuice,boottoobig,bossfight,buddhistmemes,catastrophicfailure,chairsunderwater,clevercomebacks,crappydesign,cursedcomments,desirepath,doenerverbrechen,dontdeadopeninside,eyebleach,forbiddensnacks,funnyanimals,grssk,hmm,holup,iamatotalpieceofshit,ichbin40undlustig,idiotsincars,illegallysmolcats,instagramreality,instant_regret,kamikazebywords,keming,kidsarefuckingstupid,kitchenconfidential,laughingbuddha,mildlyinfuriating,natureisfuckinglit,nononoyesno,notinteresting,notliketheothergirls,picsofunusualbirds,pizzacrimes,prequelmemes,shitposting,shittyfoodporn,softwaregore,startledcats,stupidfood,techsupportgore,thathappened,trippinthroughtime,unexpected,wewantplates,wasletztepreis,wellthatsucks,whatsthisbug,whatsthisplant,whatswrongwithyourdog,whenthe,whatcouldgowrong,yesyesyesyesno,youseeingthisshit +        Reddit: ${lib.concatStringsSep "," [ +          "ANormalDayInRussia" +          "EngineeringPorn" +          "OSHA" +          "PeopleFuckingDying" +          "PerfectTiming" +          "PixelArt" +          "RetroFuturism" +          "ThingsCutInHalfPorn" +          "Unexpected" +          "abandonedporn" +          "animalsbeingderps" +          "assholedesign" +          "bizarrebuildings" +          "bonehurtingjuice" +          "boottoobig" +          "bossfight" +          "buddhistmemes" +          "cablefail" +          "cableporn" +          "catastrophicfailure" +          "chairsunderwater" +          "clevercomebacks" +          "crappydesign" +          "cursedcomments" +          "desirepath" +          "doenerverbrechen" +          "dontdeadopeninside" +          "educationalgifs" +          "eyebleach" +          "forbiddensnacks" +          "funnyanimals" +          "gifs" +          "grssk" +          "hmm" +          "holdmybeer" +          "holup" +          "iamatotalpieceofshit" +          "ichbin40undlustig" +          "idiotsincars" +          "illegallysmolcats" +          "instagramreality" +          "instant_regret" +          "itsaunixsystem" +          "kamikazebywords" +          "keming" +          "kidsarefuckingstupid" +          "kitchenconfidential" +          "laughingbuddha" +          "loadingicon" +          "michaelbaygifs" +          "mildlyinfuriating" +          "natureisfuckinglit" +          "nononoyesno" +          "notinteresting" +          "notliketheothergirls" +          "oddlysatisfying" +          "ofcoursethatsathing" +          "perfectloops" +          "picsofunusualbirds" +          "pizzacrimes" +          "prequelmemes" +          "reactiongifs" +          "reallifedoodles" +          "robotsbeingjerks" +          "scriptedasiangifs" +          "shitposting" +          "shittyfoodporn" +          "shittyrobots" +          "softwaregore" +          "startledcats" +          "startrekstabilized" +          "stupidfood" +          "techsupportgore" +          "thathappened" +          "totallynotrobots" +          "trippinthroughtime" +          "unexpected" +          "wasletztepreis" +          "wellthatsucks" +          "wewantplates" +          "whatcouldgowrong" +          "whatsthisbug" +          "whatsthisplant" +          "whatswrongwithyourdog" +          "whenthe" +          "yesyesyesyesno" +          "youseeingthisshit" +        ]}          NineGag: geeky,wtf,hot,trending          Instagram: nature,wtf          Fourchan: sci  | 
