summaryrefslogtreecommitdiff
path: root/nixos/modules/features/wayland-tools/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/features/wayland-tools/default.nix')
-rw-r--r--nixos/modules/features/wayland-tools/default.nix14
1 files changed, 0 insertions, 14 deletions
diff --git a/nixos/modules/features/wayland-tools/default.nix b/nixos/modules/features/wayland-tools/default.nix
deleted file mode 100644
index 399fcb0..0000000
--- a/nixos/modules/features/wayland-tools/default.nix
+++ /dev/null
@@ -1,14 +0,0 @@
-{ pkgs, ... }:
-
-{
- # Wayland clipboard, screenshot, launcher and input tooling
- environment.systemPackages = with pkgs; [
- cliphist
- fuzzel
- grim
- slurp
- wl-clipboard
- wtype
- xwayland-satellite
- ];
-}