Skip to content

Commit

Permalink
users/foo-dogsquared/dotfiles: update packages for Neovim "distribution"
Browse files Browse the repository at this point in the history
  • Loading branch information
foo-dogsquared committed Jan 24, 2025
1 parent f8b8794 commit e4e133d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions configs/home-manager/foo-dogsquared/modules/dotfiles.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e4e133d

Please sign in to comment.