refactor(nvim): get package from coc-stylelint flake

This commit is contained in:
matt1432 2023-11-26 01:15:55 -05:00
parent 32741bf90b
commit 07da983ad1
4 changed files with 91 additions and 57 deletions
common/home/neovim

View file

@ -1,11 +1,13 @@
{
pkgs,
lib,
tree-sitter-hypr,
coc-stylelintplus-flake,
tree-sitter-hypr-flake,
...
}: let
fileContents = lib.strings.fileContents;
nvim-treesitter-hypr = tree-sitter-hypr.packages.${pkgs.system}.default;
nvim-treesitter-hypr = tree-sitter-hypr-flake.packages.${pkgs.system}.default;
coc-stylelintplus = coc-stylelintplus-flake.packages.${pkgs.system}.default;
in {
# TODO: make a gradle module and have java in device-vars.nix
xdg.dataFile = {