+basic hermes config
This commit is contained in:
@@ -14,16 +14,6 @@
|
||||
./television.nix
|
||||
./zellij.nix
|
||||
];
|
||||
cli.stt-ptt = {
|
||||
enable = true;
|
||||
whisperPackage =
|
||||
if videoDrivers == ["nvidia"]
|
||||
then pkgs.whisper-cpp.override {cudaSupport = true;}
|
||||
else if videoDrivers == ["amdgpu"]
|
||||
then pkgs.whisper-cpp-vulkan
|
||||
else pkgs.whisper-cpp;
|
||||
model = "ggml-large-v3-turbo";
|
||||
};
|
||||
|
||||
programs.carapace = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user