nixos-configuration/home/pasystray.nix

4 lines
49 B
Nix
Raw Normal View History

2022-02-15 15:44:40 +01:00
{ ... }: {
services.pasystray.enable = true;
}