2020-08-22 17:44:39 +02:00
|
|
|
{ pkgs, ... }:
|
|
|
|
|
|
|
|
{
|
|
|
|
environment.systemPackages = with pkgs; [
|
|
|
|
anki # flashcard SRS
|
|
|
|
filezilla # ftp client
|
|
|
|
gparted # gui for parted
|
|
|
|
qalculate-gtk # flexible calculator
|
2020-08-24 17:47:17 +02:00
|
|
|
unstable.antimicroX # gamepad to keyboard/mouse mapping
|
|
|
|
wl-clipboard # not really gui, but cli tool to manage wayland clipboard
|
2020-08-22 17:44:39 +02:00
|
|
|
wxhexeditor # hex editor
|
2020-08-24 17:47:17 +02:00
|
|
|
xfce.thunar # graphical file manager
|
2020-08-22 17:44:39 +02:00
|
|
|
];
|
|
|
|
}
|