latchshot 0.2.4

A lightweight yet intelligent window-aware screenshot tool
Documentation
{ pkgs, ... }:

{
  languages.rust = {
    enable = true;
    toolchainFile = ./rust-toolchain.toml;
  };

  packages = with pkgs; [
    actionlint
    libnotify
    libxkbcommon
    nixfmt-tree
    pkg-config
    tombi
    wayland
    wl-clipboard
  ];
}