Skip to content

Commit ed95a9d

Browse files
committed
fix(planet/hm/lazyvim): add missing packages
1 parent 67069ea commit ed95a9d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

planet/modules/home-manager/lazyvim/default.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@
7676
lazy_nvim_path = "${pkgs.vimPlugins.lazy-nvim}";
7777
plugin_dirs_lua_path = "${plugin-dirs-lua}";
7878
});
79+
extraPackages = with pkgs; [
80+
lua-language-server
81+
] ++ lib.lists.optionals config.planet.bspwm.enable [ pkgs.xclip ]
82+
++ lib.lists.optionals config.planet.hyprland.enable [ pkgs.wl-clipboard ];
7983
};
8084
};
8185
}

0 commit comments

Comments
 (0)