Skip to content

Commit

Permalink
waybar: add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Dec 30, 2024
1 parent 9058d54 commit 8b76369
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/home/programs/graphical/bars/waybar/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,11 @@ in

programs.waybar = {
enable = true;
# TODO: remove override after waybar is updated
package = waybar.packages.${system}.waybar.overrideAttrs (_oldAttrs: {
patches = [ ];
});

systemd.enable = true;

settings = mkMerge [
Expand Down

0 comments on commit 8b76369

Please sign in to comment.