nixos-config/nixpkgs/packages.nix

33 lines
432 B
Nix

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