all repos — flake @ 1acd902be2a85cadf6d517b2fe5afc1ab7593053

got my cool flake

.zed/settings.json (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
{
  "languages": {
    "Nix": {
      "formatter": {
        "external": {
          "command": "nixfmt",
        },
      },
    },
  },
}