Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
mark waybar-bluetooth_battery_parse broken because there is official …
Browse files Browse the repository at this point in the history
  • Loading branch information
DataEraserC committed Oct 14, 2023
1 parent acd9051 commit 8e228f4
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,13 @@ in stdenv.mkDerivation rec {
mkdir -p $out/bin
mv waybar-bluetooth_battery_parse $out/bin
'';
# look this https://man.archlinux.org/man/waybar-bluetooth.5
# the only thing to do is set the following in your configuration.nix
# hardware.bluetooth.settings = {
# General = {
# Experimental = true;
# };
# };
broken = true;
# stdenv.mkDerivation automatically does the rest for you
}

0 comments on commit 8e228f4

Please sign in to comment.