omniflake/home/desktop-full/default.nix
2026-03-29 14:23:01 +02:00

42 lines
563 B
Nix

{ pkgs, ... }:
{
imports = [
../desktop-slim
./aichat.nix
./calendars.nix
./khard-dump.nix
./mail.nix
./messaging.nix
./office-gui.nix
./r.nix
./tasks.nix
./tex.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
quarto
ripmime
urlscan
visidata
w3m
];
}