2022-05-24 19:25:16 +00:00
|
|
|
{ pkgs, ... }: {
|
|
|
|
home.packages = with pkgs; [
|
|
|
|
jq
|
|
|
|
nextcloud-client
|
|
|
|
libreoffice
|
2023-01-10 18:31:31 +00:00
|
|
|
btop
|
2022-05-24 19:25:16 +00:00
|
|
|
neomutt
|
|
|
|
notmuch
|
|
|
|
isync
|
|
|
|
zathura
|
|
|
|
rofi
|
|
|
|
rofi-pass
|
|
|
|
simple-scan
|
|
|
|
brightnessctl
|
|
|
|
gimp
|
|
|
|
scrot
|
|
|
|
papirus-icon-theme
|
|
|
|
audio-recorder
|
|
|
|
starship
|
|
|
|
inkscape
|
|
|
|
firefox
|
|
|
|
poppler_utils
|
|
|
|
texlive.combined.scheme-full
|
|
|
|
hugo
|
|
|
|
eww
|
|
|
|
alacritty
|
|
|
|
youtube-dl
|
|
|
|
zola
|
|
|
|
keepassxc
|
2022-08-26 06:32:09 +00:00
|
|
|
zlib
|
|
|
|
python3
|
2022-11-29 15:12:05 +00:00
|
|
|
nodejs
|
2023-01-10 18:31:31 +00:00
|
|
|
vlc
|
|
|
|
guake
|
2023-05-19 17:42:20 +00:00
|
|
|
graphviz
|
2023-06-23 17:47:16 +00:00
|
|
|
kdeconnect
|
2022-05-24 19:25:16 +00:00
|
|
|
];
|
|
|
|
}
|