13 lines
190 B
Nix
13 lines
190 B
Nix
{ pkgs, ... }: {
|
|
home.packages = with pkgs; [
|
|
libreoffice
|
|
hunspell
|
|
hunspellDicts.id_ID
|
|
hunspellDicts.en_US
|
|
thunderbird
|
|
marp-cli
|
|
qpdf
|
|
temurin-jre-bin
|
|
];
|
|
}
|