From 7437ed9dc0a245f5fbe5f0e22c8332ce1b5b8656 Mon Sep 17 00:00:00 2001 From: Daniel Fainberg Date: Mon, 6 Jul 2026 20:46:55 +0200 Subject: [PATCH] feat(home): add libreoffice --- modules/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home.nix b/modules/home.nix index 6a17c84..3a43432 100644 --- a/modules/home.nix +++ b/modules/home.nix @@ -48,6 +48,7 @@ in # wrapper binary. nodejs highlight # `ccat` alias: syntax-highlighted cat + libreoffice ]; # ---- Per-tool config files, routed into XDG dirs ---------------------