[nix] Allow unfree for shells. [docker] Correctly export DOCKER_HOST. [nvim] Disable augment and turn on vtsls
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
# Podman is enabled at the system level.
|
||||
|
||||
home.packages = with pkgs; [
|
||||
podman-compose
|
||||
docker-compose
|
||||
];
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
return {
|
||||
"augmentcode/augment.vim",
|
||||
enable = false,
|
||||
}
|
||||
|
||||
@@ -5,6 +5,10 @@ return {
|
||||
servers = {
|
||||
lua_ls = {},
|
||||
nil_ls = {},
|
||||
vtsls = {},
|
||||
},
|
||||
codelens = {
|
||||
enable = true,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user