mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-07-16 22:21:55 +08:00
revert: temporarily disable waybar-module-pomodoro as it was failing to build over and over again
This commit is contained in:
parent
2919d0b618
commit
0f425fbca6
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue