diff options
Diffstat (limited to 'nixos/modules/features/wayland-tools')
| -rw-r--r-- | nixos/modules/features/wayland-tools/default.nix | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/nixos/modules/features/wayland-tools/default.nix b/nixos/modules/features/wayland-tools/default.nix new file mode 100644 index 0000000..19111c1 --- /dev/null +++ b/nixos/modules/features/wayland-tools/default.nix @@ -0,0 +1,13 @@ +{ pkgs, ... }: + +{ + environment.systemPackages = with pkgs; [ + cliphist + fuzzel + grim + slurp + wl-clipboard + wtype + xwayland-satellite + ]; +}
\ No newline at end of file |
