adding lsp stuff and moving bitwig to local package

This commit is contained in:
Matt Nish-Lapidus 2025-02-22 23:35:22 -05:00
parent 8067765fec
commit 8e58c5c986
11 changed files with 233 additions and 103 deletions

View file

@ -7,6 +7,7 @@ let
epkgs.sly
epkgs.sly-quicklisp
epkgs.geiser-racket
epkgs.cider
epkgs.editorconfig
epkgs.shfmt
# epkgs.nixpkgs-fmt

View file

@ -17,7 +17,8 @@
])
(with pkgs; [
bitwig-studio5-latest
bitwig-studio5-3
(nix-config.pkgs-stable.yabridge.override {
wine = wineWowPackages.stagingFull;
@ -43,7 +44,7 @@
chow-phaser
chow-centaur
chow-tape-model
chow-multitool
# chow-multitool
easyeffects
vcv-rack
cardinal
@ -52,7 +53,6 @@
vital
helio-workstation
stochas
])
];
@ -60,7 +60,7 @@
bitwig-labwc = {
name = "Bitwig (labwc)";
exec = "${pkgs.labwc}/bin/labwc -S bitwig-studio";
categories = [ "Application" "Audio" "Music" ];
categories = ["Application" "Audio" "Music"];
};
};
@ -88,5 +88,4 @@
};
home.file.".vst3/yabridge/yabridge.toml".source = ../../homes/emenel/dotfiles/dot_vst3/yabridge.toml;
}

View file

@ -83,6 +83,9 @@
haskell-language-server
cmake-language-server
stylelint-lsp
marksman
ruff-lsp
haskell-language-server
black
jsbeautifier