mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01:00
Otherwise rsibreak cannot find its icon and is a blank gap on the notification tray.
This commit is contained in:
parent
d04e52b0c0
commit
6d9bff77ed
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ in {
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
home.packages = [ pkgs.rsibreak ];
|
||||
systemd.user.services.rsibreak = {
|
||||
Unit = {
|
||||
Description = "RSI break timer";
|
||||
|
|
Loading…
Reference in a new issue