omniflake/home/office-cli.nix
2026-02-27 21:41:24 +01:00

32 lines
419 B
Nix

{ pkgs, ... }:
{
imports = [
./khard-dump.nix
./tasks.nix
./calendars.nix
];
home.packages = with pkgs; [
bat
ghostscript
hunspell
hunspellDicts.de_DE
hunspellDicts.en_US
hunspellDicts.th_TH
hyphen
hyphenDicts.de_DE
hyphenDicts.en_US
imagemagick
khal
khard
msmtp
notmuch
openssl
pandoc
pdftk
ripmime
urlscan
w3m
];
}