21 lines
265 B
Nix
21 lines
265 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
|
||
|
];
|
||
|
}
|