nix-config/modules/home/office.nix
2026-07-18 17:17:50 +02:00

9 lines
109 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
libreoffice
hunspell
hunspellDicts.de_DE
];
}