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

@ -14,7 +14,6 @@
./notes ./notes
./terminal ./terminal
./utils ./utils
./voice
]; ];
home = { home = {

View file

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

View file

@ -1,5 +0,0 @@
{ pkgs, ... }: {
home.packages = with pkgs; [
talon
];
}