1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-01 04:23:34 +02:00

rsibreak: add package when enabled; fixes #2092 (#2118)

Otherwise rsibreak cannot find its icon and is a blank gap on the
notification tray.
This commit is contained in:
Christopher League 2021-06-17 11:08:10 -04:00 committed by GitHub
parent d04e52b0c0
commit 6d9bff77ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ in {
};
config = mkIf cfg.enable {
home.packages = [ pkgs.rsibreak ];
systemd.user.services.rsibreak = {
Unit = {
Description = "RSI break timer";