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 ]; }