nixos-config/nixpkgs/packages.nix

22 lines
278 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
2021-12-16 13:09:26 +00:00
pdfarranger
simple-scan
brightnessctl
chromium
];
}