fix bluetooth widget

auto-flake-update
Yorick van Pelt 2022-10-03 17:33:50 +02:00
parent 523e51fbbd
commit eb83352094
Signed by: yorick
GPG Key ID: A36E70F9DC014A15
1 changed files with 5 additions and 3 deletions

View File

@ -22,15 +22,17 @@ in {
onChange = "systemctl --user restart waybar";
};
systemd.user.services.waybar.Service.Environment = [
"PATH=${lib.makeBinPath (with pkgs; [ pavucontrol xdg-utils bin.y-cal-widget playerctl bluez ])}"
"PATH=${lib.makeBinPath (with pkgs; [ pavucontrol xdg-utils bin.y-cal-widget playerctl bluez gnugrep bash ])}"
];
programs.waybar = {
enable = true;
style = ./waybar.css;
systemd.enable = true;
};
programs.mako.enable = true;
programs.mako.defaultTimeout = 60 * 1000; # ms
programs.mako = {
enable = true;
defaultTimeout = 60 * 1000; # ms
};
services.gpg-agent.pinentryFlavor = "gnome3";
wayland.windowManager.sway = {
enable = true;