[nix] Allow unfree for shells. [docker] Correctly export DOCKER_HOST. [nvim] Disable augment and turn on vtsls
This commit is contained in:
@@ -7,11 +7,12 @@
|
||||
};
|
||||
};
|
||||
|
||||
home-manager.users.drew = { ... }:
|
||||
{
|
||||
# Add the path to the docker socket to the environment.
|
||||
programs.zsh.profileExtra = ''
|
||||
export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/docker.sock
|
||||
'';
|
||||
};
|
||||
home-manager.users.drew =
|
||||
{ ... }:
|
||||
{
|
||||
# Add the path to the docker socket to the environment.
|
||||
programs.zsh.envExtra = ''
|
||||
export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/docker.sock
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user