config/maddie/office.nix
2023-03-09 08:33:38 +00:00

13 lines
248 B
Nix

{ config, pkgs, ... }:
{
home.packages = with pkgs; [
texlive.combined.scheme-full # LaTeX
libreoffice # Documents suite
thunderbird # Email client
obsidian # Notes app
sc-im # TUI spreadsheet
anki # Flashcard app
];
}