1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-11-23 11:39:46 +01: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";