Files
nixos/modules/home-manager/pasystray.nix
2025-12-02 11:18:49 -05:00

8 lines
83 B
Nix

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