feat: voice to text

This commit is contained in:
Barrett Ruth 2026-03-11 18:50:11 -04:00
parent 6fae26733d
commit 8011242194
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
6 changed files with 57 additions and 108 deletions

View file

@ -95,24 +95,10 @@ in
"libvirt"
"storage"
"power"
"input"
];
shell = pkgs.zsh;
};
hardware.uinput.enable = true;
systemd.user.services.ydotoold = {
description = "ydotool daemon";
wantedBy = [ "graphical-session.target" ];
partOf = [ "graphical-session.target" ];
serviceConfig = {
ExecStart = "${pkgs.ydotool}/bin/ydotoold";
Restart = "on-failure";
RestartSec = 3;
};
};
programs.chromium = {
enable = true;
extraOpts = {