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