nix-files/pkgs/additional/sane-screenshot/default.nix
2024-03-02 02:04:48 +00:00

7 lines
183 B
Nix

{ static-nix-shell }:
static-nix-shell.mkBash {
pname = "sane-screenshot";
srcRoot = ./.;
pkgs = [ "libnotify" "swappy" "sway-contrib.grimshot" "util-linux" "wl-clipboard" ];
}