updated home-manager config

This commit is contained in:
Natalie Marks 2024-01-12 01:13:16 -08:00
parent 1d0b885192
commit e214271af4

View file

@ -21,11 +21,11 @@
# environment. # environment.
home.packages = with pkgs; [ home.packages = with pkgs; [
stylua stylua
alejandra
webcord webcord
btop btop
neofetch neofetch
direnv direnv
R
#zsh-autosuggestions #zsh-autosuggestions
#zsh-autocomplete #zsh-autocomplete
#zsh-powerlevel10k #zsh-powerlevel10k
@ -60,6 +60,7 @@
lua-language-server lua-language-server
nil nil
alejandra alejandra
r-languageserver
]; ];
}; };
#Link neovim config into nix #Link neovim config into nix