2021-12-16 13:09:26 +00:00
|
|
|
{ pkgs, ... }: {
|
|
|
|
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
|
2021-12-16 13:09:26 +00:00
|
|
|
pdfarranger
|
|
|
|
simple-scan
|
|
|
|
brightnessctl
|
|
|
|
chromium
|
|
|
|
];
|
|
|
|
}
|