Skip to content

Commit

Permalink
fix(planet/hm/lazyvim): add missing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dixslyf committed Jul 16, 2024
1 parent 67069ea commit ed95a9d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions planet/modules/home-manager/lazyvim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@
lazy_nvim_path = "${pkgs.vimPlugins.lazy-nvim}";
plugin_dirs_lua_path = "${plugin-dirs-lua}";
});
extraPackages = with pkgs; [
lua-language-server
] ++ lib.lists.optionals config.planet.bspwm.enable [ pkgs.xclip ]
++ lib.lists.optionals config.planet.hyprland.enable [ pkgs.wl-clipboard ];
};
};
}

0 comments on commit ed95a9d

Please sign in to comment.