# borrows from: # - default config: # - wayland: { pkgs, sane-lib, ... }: { sane.persist.home.plaintext = [ ".local/state/splatmoji" ]; sane.fs."/home/colin/.config/splatmoji/splatmoji.config" = sane-lib.fs.wantedText '' history_file=/home/colin/.local/state/splatmoji/history history_length=5 # TODO: wayland equiv paste_command=xdotool key ctrl+v # rofi_command=${pkgs.wofi}/bin/wofi --dmenu --insensitive --cache-file /dev/null rofi_command=${pkgs.fuzzel}/bin/fuzzel -d -i -w 60 xdotool_command=${pkgs.wtype}/bin/wtype # TODO: wayland equiv xsel_command=xsel -b -i ''; }