2022-02-15 15:44:40 +01:00
|
|
|
{ inputs, pkgs, system, ... }: {
|
|
|
|
home.packages = with pkgs; [
|
|
|
|
dnsutils
|
|
|
|
file
|
|
|
|
gnumake
|
|
|
|
pkg-config
|
|
|
|
|
|
|
|
i3lock-fancy
|
|
|
|
|
|
|
|
xfce.thunar
|
|
|
|
xfce.thunar-volman
|
|
|
|
# mounting external devices in thunar
|
|
|
|
gvfs
|
|
|
|
|
|
|
|
antigen
|
|
|
|
nodejs
|
|
|
|
fortune
|
|
|
|
httpie
|
|
|
|
pass
|
|
|
|
ripgrep
|
|
|
|
gcc
|
2022-05-11 12:37:56 +02:00
|
|
|
binutils # ar and stuff
|
2022-02-15 15:44:40 +01:00
|
|
|
|
|
|
|
# to view HTML emails in mutt
|
|
|
|
w3m
|
|
|
|
|
|
|
|
# literature/papers
|
|
|
|
zotero
|
|
|
|
|
|
|
|
# to copy from (n)vim into system clipboard under X11
|
|
|
|
# use wl-copy and wl-pate under wayland
|
|
|
|
xclip
|
|
|
|
|
2022-11-14 01:11:51 +01:00
|
|
|
/* obs-studio */
|
2022-02-15 15:44:40 +01:00
|
|
|
# unstable.obs-v4l2sink
|
|
|
|
];
|
|
|
|
}
|