2021-12-16 13:09:26 +00:00
|
|
|
{ pkgs, ... }: {
|
2022-01-21 09:35:52 +00:00
|
|
|
programs.go.enable = true;
|
2021-12-16 13:09:26 +00:00
|
|
|
home.packages = with pkgs; [
|
|
|
|
thunderbird
|
|
|
|
vim
|
|
|
|
jq
|
|
|
|
nextcloud-client
|
|
|
|
libreoffice
|
|
|
|
htop
|
|
|
|
neomutt
|
|
|
|
alacritty
|
|
|
|
notmuch
|
2021-12-17 14:12:33 +00:00
|
|
|
isync
|
2021-12-16 13:09:26 +00:00
|
|
|
zathura
|
|
|
|
rofi
|
2021-12-17 14:38:33 +00:00
|
|
|
rofi-pass
|
2022-01-10 09:30:48 +00:00
|
|
|
poppler_utils
|
2021-12-16 13:09:26 +00:00
|
|
|
simple-scan
|
|
|
|
brightnessctl
|
|
|
|
chromium
|
2022-01-10 09:30:48 +00:00
|
|
|
gimp
|
|
|
|
scrot
|
|
|
|
papirus-icon-theme
|
|
|
|
ganttproject-bin
|
|
|
|
audio-recorder
|
|
|
|
starship
|
|
|
|
poppler_utils
|
|
|
|
pandoc
|
|
|
|
hugo
|
|
|
|
whois
|
2022-01-21 09:35:52 +00:00
|
|
|
barrier
|
|
|
|
inkscape
|
|
|
|
feh
|
|
|
|
i3blocks
|
|
|
|
acpi
|
|
|
|
cpufrequtils
|
2022-02-01 13:07:52 +00:00
|
|
|
xclip
|
2022-03-29 11:47:21 +00:00
|
|
|
gopass
|
|
|
|
ispell
|
|
|
|
aspellDicts.fr
|
|
|
|
nix-direnv
|
|
|
|
keepassxc
|
|
|
|
mu
|
|
|
|
direnv
|
|
|
|
freetube
|
|
|
|
texlive.combined.scheme-full
|
|
|
|
zola
|
2021-12-16 13:09:26 +00:00
|
|
|
];
|
|
|
|
}
|