nixos/modules/home-manager/pasystray.nix
2024-12-20 23:01:15 -05:00

11 lines
89 B
Nix

{
pkgs,
...
}: {
services = {
pasystray = {
enable = true;
};
};
}