From 6d9bff77eda4426b7b9a5e8f0e9b94fe47798582 Mon Sep 17 00:00:00 2001 From: Christopher League Date: Thu, 17 Jun 2021 11:08:10 -0400 Subject: [PATCH] rsibreak: add package when enabled; fixes #2092 (#2118) Otherwise rsibreak cannot find its icon and is a blank gap on the notification tray. --- modules/services/rsibreak.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/services/rsibreak.nix b/modules/services/rsibreak.nix index 77eaa71f9..5f07e6a09 100644 --- a/modules/services/rsibreak.nix +++ b/modules/services/rsibreak.nix @@ -14,6 +14,7 @@ in { }; config = mkIf cfg.enable { + home.packages = [ pkgs.rsibreak ]; systemd.user.services.rsibreak = { Unit = { Description = "RSI break timer";