this repo has no description
0
fork

Configure Feed

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

:sparkles: (Zed) just extension

+9 -1
+9 -1
home/zed/default.nix
··· 5 5 }: { 6 6 programs.zed-editor = { 7 7 enable = true; 8 - extensions = ["nix" "toml" "elixir" "make" "gleam" "0x96f"]; 8 + extensions = [ 9 + "nix" 10 + "toml" 11 + "elixir" 12 + "make" 13 + "gleam" 14 + "0x96f" 15 + "just" 16 + ]; 9 17 10 18 ## everything inside of these brackets are Zed options. 11 19 userSettings = {