something small i cnat remember

This commit is contained in:
2024-12-31 22:39:44 +01:00
parent 1ba9ce1ce6
commit fe9ede71a9
8 changed files with 261 additions and 234 deletions

View File

@@ -27,7 +27,7 @@ in {
else if variant == "ptb"
then [pkgs.discord-ptb]
else if variant == "canary"
then [pkgs.discord-canary]
then [(pkgs.discord-canary.override {withOpenASAR = true;})]
else if variant == "vesktop"
then [pkgs.vesktop]
else throw "Unknown package variant: ${variant}";

View File

@@ -29,6 +29,10 @@
args = ["-i" "2"];
};
}
{
name = "fish";
auto-format = true;
}
{
name = "clojure";
injection-regex = "(clojure|clj|edn|boot|yuck)";

View File

@@ -77,6 +77,7 @@ in {
# Formatters
alejandra
stylua
nodePackages_latest.nodejs
nodePackages_latest.fixjson
nodePackages_latest.sql-formatter
prettierd