summaryrefslogtreecommitdiff
path: root/nixos/modules/features/wayland-tools/default.nix
blob: 30253a1523998067028229f5d33cf8ea608b1879 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ pkgs, ... }:

{
  environment.systemPackages = with pkgs; [
    cliphist
    fuzzel
    grim
    slurp
    wl-clipboard
    wtype
    xwayland-satellite
  ];
}