{ pkgs, ... }: { kassouni.palette.commands = [ { name = "screenshot"; icon = "󰹑"; exe = pkgs.writers.writeBash "screenshot" '' set -eu ${pkgs.maim}/bin/maim -s | ${pkgs.xclip}/bin/xclip -selection clipboard -t image/png ''; } ]; }