gave up on voice coding due to bad tooling for now

This commit is contained in:
twoneis 2023-12-29 01:47:02 +01:00
parent 6ecc8a4f92
commit 39c2d5bffc

View file

@ -5,9 +5,4 @@
extraPackages = with pkgs; [ nil marksman ]; extraPackages = with pkgs; [ nil marksman ];
settings = import ./helix-config.nix; settings = import ./helix-config.nix;
}; };
programs.vscode = {
enable = true;
package = pkgs.vscodium.fhsWithPackages (pkgs: with pkgs; [talon]);
};
} }