revert: temporarily disable waybar-module-pomodoro as it was failing to build over and over again

This commit is contained in:
Ahwx 2026-04-29 00:17:30 +02:00
parent 2919d0b618
commit 0f425fbca6

View file

@ -4,9 +4,9 @@
lib, lib,
... ...
}: }:
let # let
waybar-module-pomodoro = pkgs.callPackage ./waybar-module-pomodoro.nix { }; # waybar-module-pomodoro = pkgs.callPackage ./waybar-module-pomodoro.nix { };
in # in
{ {
home.file = { home.file = {
"/home/${username}/.local/bin/waybar-yubikey" = { "/home/${username}/.local/bin/waybar-yubikey" = {
@ -254,6 +254,6 @@ in
wf-recorder wf-recorder
bemenu bemenu
ncspot ncspot
waybar-module-pomodoro # waybar-module-pomodoro
]; ];
} }