[NixOS] Enable pasystray for imalison

This commit is contained in:
Ivan Malison 2023-07-28 14:58:55 -06:00
parent 0abee55924
commit ea4ea0ed5e

View File

@ -64,6 +64,8 @@ inputs: { pkgs, config, ... }: {
services.volnoti.enable = true;
services.pasystray.enable = true;
services.parcellite = {
enable = true;
package = pkgs.clipit;