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
|
||||
./terminal
|
||||
./utils
|
||||
./voice
|
||||
];
|
||||
|
||||
home = {
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
|
||||
programs.vscode = {
|
||||
enable = true;
|
||||
enableUpdateCheck = false;
|
||||
package = pkgs.vscodium;
|
||||
package = pkgs.vscodium.fhsWithPackages (pkgs: with pkgs; [talon]);
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
talon
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue