trying to get cursorless working again

This commit is contained in:
twoneis 2023-12-29 01:29:12 +01:00
parent 64cafcb0b7
commit 6ecc8a4f92
3 changed files with 1 additions and 8 deletions

View file

@ -8,7 +8,6 @@
programs.vscode = {
enable = true;
enableUpdateCheck = false;
package = pkgs.vscodium;
package = pkgs.vscodium.fhsWithPackages (pkgs: with pkgs; [talon]);
};
}