nixos/taffybar: pin status-notifier-item package

This commit is contained in:
2026-02-18 12:49:25 -08:00
committed by Kat Huang
parent 3c1c20d8c1
commit 3ee5f226ee
3 changed files with 14 additions and 4 deletions

View File

@@ -30,7 +30,11 @@ makeEnable config "myModules.taffybar" false {
home-manager.sharedModules = [
{
services.status-notifier-watcher.enable = true;
services."status-notifier-watcher".enable = true;
# home-manager's module defaults to nixpkgs' status-notifier-item, which can lag.
# Point it at the pinned flake version instead.
services."status-notifier-watcher".package = pkgs.lib.mkForce
inputs.imalison-taffybar.packages.${pkgs.stdenv.hostPlatform.system}.status-notifier-item;
# Disable kded6's statusnotifierwatcher module so it doesn't race with
# the Haskell status-notifier-watcher for the org.kde.StatusNotifierWatcher bus name.