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:
parent
f69bf670d2
commit
fdaaf543ba
7 changed files with 163 additions and 0 deletions
|
|
@ -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.
|
||||
'';
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue