users/foo-dogsquared/dotfiles: update packages for Neovim "distribution"
Some checks failed
Build devcontainers / build-devcontainers (push) Has been cancelled
Cache outputs / build-custom-packages (push) Has been cancelled
Check flake outputs / check-outputs (push) Has been cancelled
Publish every Git push to master to FlakeHub / flakehub-publish (push) Has been cancelled
Build personalized bootstrap ISO / build-iso (x86_64-linux) (push) Has been cancelled
Build project site / build (push) Has been cancelled
Build project site / deploy (push) Has been cancelled
Update Firefox addons / update-firefox-addons (push) Has been cancelled

This commit is contained in:
Gabriel Arazas 2025-01-24 18:44:14 +08:00
parent f8b8794ffe
commit e4e133dc9f
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -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 {