diff options
| author | Felix <git@flx.ai> | 2022-03-15 20:12:06 +0100 | 
|---|---|---|
| committer | KierĂ¡n Meinhardt <kmein@posteo.de> | 2022-03-15 22:05:00 +0100 | 
| commit | 9ffb30119327ea3f30865d8cc1ca50309194d19e (patch) | |
| tree | 439bf902ad0cdd0186d1a2c69739f2e355e29c65 | |
| parent | 45bb3b29ed509a38812c53a5b2a4e0175792dbf8 (diff) | |
l nichtparasoup: sort entries
| -rw-r--r-- | lass/3modules/nichtparasoup.nix | 18 | 
1 files changed, 9 insertions, 9 deletions
| diff --git a/lass/3modules/nichtparasoup.nix b/lass/3modules/nichtparasoup.nix index 6865bafec..37b55ad2d 100644 --- a/lass/3modules/nichtparasoup.nix +++ b/lass/3modules/nichtparasoup.nix @@ -25,17 +25,9 @@ with import <stockholm/lib>;          SoupIO: everyone          Pr0gramm: new,top          Reddit: ${lib.concatStringsSep "," [ -          "ANormalDayInRussia" -          "EngineeringPorn" -          "OSHA" -          "PeopleFuckingDying" -          "PerfectTiming" -          "PixelArt" -          "RetroFuturism" -          "ThingsCutInHalfPorn" -          "Unexpected"            "abandonedporn"            "animalsbeingderps" +          "ANormalDayInRussia"            "assholedesign"            "bizarrebuildings"            "bonehurtingjuice" @@ -53,6 +45,7 @@ with import <stockholm/lib>;            "doenerverbrechen"            "dontdeadopeninside"            "educationalgifs" +          "EngineeringPorn"            "eyebleach"            "forbiddensnacks"            "funnyanimals" @@ -82,12 +75,17 @@ with import <stockholm/lib>;            "notliketheothergirls"            "oddlysatisfying"            "ofcoursethatsathing" +          "OSHA" +          "PeopleFuckingDying"            "perfectloops" +          "PerfectTiming"            "picsofunusualbirds" +          "PixelArt"            "pizzacrimes"            "prequelmemes"            "reactiongifs"            "reallifedoodles" +          "RetroFuturism"            "robotsbeingjerks"            "scriptedasiangifs"            "shitposting" @@ -99,9 +97,11 @@ with import <stockholm/lib>;            "stupidfood"            "techsupportgore"            "thathappened" +          "ThingsCutInHalfPorn"            "totallynotrobots"            "trippinthroughtime"            "unexpected" +          "Unexpected"            "wasletztepreis"            "wellthatsucks"            "wewantplates" | 
