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.
|
||||
home.packages = with pkgs; [
|
||||
stylua
|
||||
alejandra
|
||||
webcord
|
||||
btop
|
||||
neofetch
|
||||
direnv
|
||||
R
|
||||
#zsh-autosuggestions
|
||||
#zsh-autocomplete
|
||||
#zsh-powerlevel10k
|
||||
|
@ -60,6 +60,7 @@
|
|||
lua-language-server
|
||||
nil
|
||||
alejandra
|
||||
r-languageserver
|
||||
];
|
||||
};
|
||||
#Link neovim config into nix
|
||||
|
|
Loading…
Reference in a new issue