updated home-manager config
This commit is contained in:
parent
1d0b885192
commit
e214271af4
1 changed files with 2 additions and 1 deletions
3
home.nix
3
home.nix
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue