nixos-config/nixpkgs/packages.nix

21 lines
264 B
Nix

{ pkgs, ... }: {
home.packages = with pkgs; [
thunderbird
vim
jq
nextcloud-client
libreoffice
htop
neomutt
alacritty
notmuch
isync
zathura
rofi
pdfarranger
simple-scan
brightnessctl
chromium
];
}