6 lines
169 B
Nix
6 lines
169 B
Nix
{ lib, ... }:
|
|
{
|
|
name = "SwayNotificationCenter";
|
|
homepage = "https://github.com/ErikReider/SwayNotificationCenter";
|
|
maintainers = [ lib.maintainers.themaxmur ];
|
|
}
|