trying to get cursorless working again
This commit is contained in:
parent
64cafcb0b7
commit
6ecc8a4f92
3 changed files with 1 additions and 8 deletions
|
@ -14,7 +14,6 @@
|
||||||
./notes
|
./notes
|
||||||
./terminal
|
./terminal
|
||||||
./utils
|
./utils
|
||||||
./voice
|
|
||||||
];
|
];
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
|
|
|
@ -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;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
{ pkgs, ... }: {
|
|
||||||
home.packages = with pkgs; [
|
|
||||||
talon
|
|
||||||
];
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue