diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..87a3018 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +result +*.qcow2 diff --git a/home/user.nix b/home/user.nix index a94d694..ee45072 100644 --- a/home/user.nix +++ b/home/user.nix @@ -161,10 +161,17 @@ in }; }; + language-server = { + next-ls = { + command = "next-ls"; + args = [ "--stdout" ]; + }; + }; + language = [ { name = "elixir"; - language-servers = [ "elixir-ls" "lexical" ]; + language-servers = [ "elixir-ls" "lexical" "next-ls" ]; auto-format = true; } { diff --git a/nixos/common.nix b/nixos/common.nix index 52af431..41d2b10 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -23,6 +23,7 @@ in bind bottom btrfs-progs + cue curl dog dua