mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 14:50:40 +02:00
feat: enable realtime-stt-server and whisper-overlay
This commit is contained in:
parent
51acddd147
commit
3c3429e2cb
6 changed files with 29 additions and 17 deletions
|
@ -118,11 +118,12 @@ in {
|
|||
|
||||
decoration.rounding = 4;
|
||||
exec-once = [
|
||||
"${pkgs.waybar}/bin/waybar"
|
||||
"${pkgs.swaynotificationcenter}/bin/swaync"
|
||||
"dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"
|
||||
"systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"
|
||||
"systemctl --user restart xdg-desktop-portal.service"
|
||||
"${pkgs.waybar}/bin/waybar"
|
||||
"${pkgs.swaynotificationcenter}/bin/swaync"
|
||||
"${lib.getExe pkgs.whisper-overlay}"
|
||||
];
|
||||
|
||||
input = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue