nixos-config/nixpkgs/packages.nix

33 lines
432 B
Nix
Raw Normal View History

2021-12-16 13:09:26 +00:00
{ pkgs, ... }: {
home.packages = with pkgs; [
thunderbird
vim
jq
nextcloud-client
libreoffice
htop
neomutt
alacritty
notmuch
isync
2021-12-16 13:09:26 +00:00
zathura
rofi
rofi-pass
poppler_utils
2021-12-16 13:09:26 +00:00
simple-scan
brightnessctl
chromium
gimp
scrot
papirus-icon-theme
ganttproject-bin
audio-recorder
starship
poppler_utils
yadm
pandoc
hugo
whois
2021-12-16 13:09:26 +00:00
];
}