feat: whisper
This commit is contained in:
parent
be92190ff5
commit
6fae26733d
6 changed files with 133 additions and 3 deletions
|
|
@ -95,10 +95,24 @@ 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