···57 # NOTE: 'unix' or even 'all' COULD work too, I'm not sure
58 platforms = platforms.linux;
59 maintainers = with maintainers; [ domenkozar ];
060 };
61}
···57 # NOTE: 'unix' or even 'all' COULD work too, I'm not sure
58 platforms = platforms.linux;
59 maintainers = with maintainers; [ domenkozar ];
60+ mainProgram = "dunst";
61 };
62}