summaryrefslogtreecommitdiff
path: root/nixos/modules/features/wayland-tools/default.nix
blob: 19111c17582b5e75f4a3376554db5c6e0334fb5e (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
  ];
}