gui-tools: Add wl-clipboard

restic-rest-server
Simon Bruder 2020-08-24 17:47:17 +02:00
parent 303546da21
commit e46d3f843a
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 3 additions and 2 deletions

View File

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