feat: voice to text
This commit is contained in:
parent
6fae26733d
commit
8011242194
6 changed files with 57 additions and 108 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue