updated home-manager config
This commit is contained in:
parent
e214271af4
commit
b5da6fdfa8
1 changed files with 6 additions and 0 deletions
6
home.nix
6
home.nix
|
@ -26,6 +26,8 @@
|
||||||
neofetch
|
neofetch
|
||||||
direnv
|
direnv
|
||||||
R
|
R
|
||||||
|
typst
|
||||||
|
typst-live
|
||||||
#zsh-autosuggestions
|
#zsh-autosuggestions
|
||||||
#zsh-autocomplete
|
#zsh-autocomplete
|
||||||
#zsh-powerlevel10k
|
#zsh-powerlevel10k
|
||||||
|
@ -57,10 +59,14 @@
|
||||||
viAlias = true;
|
viAlias = true;
|
||||||
vimAlias = true;
|
vimAlias = true;
|
||||||
extraPackages = with pkgs; [
|
extraPackages = with pkgs; [
|
||||||
|
#LSP + formatters/linters
|
||||||
lua-language-server
|
lua-language-server
|
||||||
nil
|
nil
|
||||||
alejandra
|
alejandra
|
||||||
r-languageserver
|
r-languageserver
|
||||||
|
texlab
|
||||||
|
typst-fmt
|
||||||
|
typst-lsp
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
#Link neovim config into nix
|
#Link neovim config into nix
|
||||||
|
|
Loading…
Reference in a new issue