11 lines
89 B
Nix
11 lines
89 B
Nix
{
|
|
pkgs,
|
|
...
|
|
}: {
|
|
services = {
|
|
pasystray = {
|
|
enable = true;
|
|
};
|
|
};
|
|
}
|