1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-27 04:31:02 +01:00

hypridle: add module

This commit is contained in:
Austin Horstman 2024-05-05 04:13:18 -05:00 committed by GitHub
parent f69bf670d2
commit fdaaf543ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 163 additions and 0 deletions

View file

@ -1584,6 +1584,17 @@ in {
https://conky.cc/ for more.
'';
}
{
time = "2024-05-05T07:22:01+00:00";
condition = hostPlatform.isLinux;
message = ''
A new module is available: 'services.hypridle'.
Hypridle is a program that monitors user activity and runs commands
when idle or active. See https://github.com/hyprwm/hypridle for more.
'';
}
];
};
}