mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-21 18:19:00 +00:00
users/foo-dogsquared/dotfiles: update packages for Neovim "distribution"
This commit is contained in:
parent
f8b8794ffe
commit
e4e133dc9f
@ -45,6 +45,11 @@ in
|
||||
# home-manager environment will not write to the XDG config directory.
|
||||
(lib.mkIf (!config.programs.nixvim.enable) {
|
||||
xdg.configFile.nvim.source = getDotfiles "nvim";
|
||||
|
||||
programs.neovim.extraPackages = with pkgs; [
|
||||
luarocks
|
||||
shfmt
|
||||
];
|
||||
})
|
||||
|
||||
(lib.mkIf userCfg.programs.nushell.enable {
|
||||
|
Loading…
Reference in New Issue
Block a user