+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;
|
||||
|
||||
@@ -27,6 +27,13 @@
|
||||
command = "sh";
|
||||
args = ["-c" "exec bunx context-mode@latest"];
|
||||
};
|
||||
Honcho = {
|
||||
command = "sh";
|
||||
args = [
|
||||
"-c"
|
||||
''exec bunx mcp-remote@latest https://mcp.honcho.dev --header "Authorization:Bearer $(cat /run/agenix/honcho-key)" --header "X-Honcho-User-Name:m3tam3re"''
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -37,6 +44,7 @@
|
||||
bun
|
||||
devpod
|
||||
#devpod-desktop
|
||||
claude-code
|
||||
code2prompt
|
||||
gnumake
|
||||
cmake
|
||||
@@ -58,8 +66,8 @@
|
||||
vulkanSupport = videoDrivers == ["amdgpu"];
|
||||
cudaSupport = videoDrivers == ["nvidia"];
|
||||
})
|
||||
openshell
|
||||
openspec
|
||||
openwork
|
||||
alejandra
|
||||
sidecar
|
||||
tailwindcss
|
||||
|
||||
@@ -113,6 +113,8 @@
|
||||
# brightnessctl
|
||||
# clipman
|
||||
distrobox
|
||||
eigent
|
||||
element-desktop
|
||||
launch-webapp
|
||||
# eww
|
||||
# firefox-devedition
|
||||
@@ -127,7 +129,7 @@
|
||||
ksnip
|
||||
msty-studio
|
||||
nwg-look
|
||||
openwork
|
||||
# opencode-desktop
|
||||
# pamixer
|
||||
# pavucontrol
|
||||
# libsForQt5.qtstyleplugins
|
||||
|
||||
@@ -21,6 +21,7 @@ in {
|
||||
"while ! hyprpaper-random; do sleep 0.5; done"
|
||||
"wl-paste --type text --watch cliphist store" # Stores only text data
|
||||
"wl-paste --type image --watch cliphist store" # Stores only image data "wl-paste -p -t text --watch clipman store -P --histpath=\"~/.local/share/clipman-primary.json\""
|
||||
"vibetyper"
|
||||
];
|
||||
|
||||
env = [
|
||||
@@ -31,6 +32,7 @@ in {
|
||||
"XDG_CURRENT_DESKTOP,Hyprland"
|
||||
"XDG_SESSION_TYPE,wayland"
|
||||
"XDG_SESSION_DESKTOP,Hyprland"
|
||||
"XKB_DEFAULT_LAYOUT,de"
|
||||
"NIXOS_OZONE_WL,1"
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user