1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-15 21:41:09 +01:00

swaync: add module

Co-authored-by: Ryan Horiguchi <rhoriguchi@users.noreply.github.com>
This commit is contained in:
Yomi Ikuru 2024-04-27 16:03:11 +01:00 committed by Robert Helgesson
parent 0125041fc9
commit 5632659886
No known key found for this signature in database
GPG key ID: 96E745BD17AA17ED
6 changed files with 163 additions and 0 deletions

View file

@ -1549,6 +1549,18 @@ in {
your physical disc (HDD/SSD).
'';
}
{
time = "2024-04-29T22:01:51+00:00";
condition = hostPlatform.isLinux;
message = ''
A new module is available: 'services.swaync'.
SwayNotificationCenter is a simple notification daemon with a GTK GUI
for notifications and the control center. See
https://github.com/ErikReider/SwayNotificationCenter for more.
'';
}
];
};
}