lsp on the workstation
This commit is contained in:
parent
02bc2398e3
commit
2f4fa4afd6
4 changed files with 89 additions and 3 deletions
15
workstation/zsh.nix
Normal file
15
workstation/zsh.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs;
|
||||
[
|
||||
zsh
|
||||
zsh-completions
|
||||
nix-zsh-completions
|
||||
starship
|
||||
direnv
|
||||
];
|
||||
|
||||
programs.zsh.enable = true;
|
||||
programs.zsh.syntaxHighlighting.enable = true;
|
||||
programs.zsh.autosuggestions.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue