From e46d3f843ae6ef0a70ee356a04b4565350bc2b91 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Mon, 24 Aug 2020 17:47:17 +0200 Subject: [PATCH] gui-tools: Add wl-clipboard --- modules/gui-tools.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/gui-tools.nix b/modules/gui-tools.nix index a7c6f5f..fe4a67d 100644 --- a/modules/gui-tools.nix +++ b/modules/gui-tools.nix @@ -3,11 +3,12 @@ { environment.systemPackages = with pkgs; [ anki # flashcard SRS - unstable.antimicroX # gamepad to keyboard/mouse mapping filezilla # ftp client gparted # gui for parted - xfce.thunar # graphical file manager qalculate-gtk # flexible calculator + unstable.antimicroX # gamepad to keyboard/mouse mapping + wl-clipboard # not really gui, but cli tool to manage wayland clipboard wxhexeditor # hex editor + xfce.thunar # graphical file manager ]; }