From 2ad1ff6afeb1a77fcefb517dca91c95c7d806d50 Mon Sep 17 00:00:00 2001 From: Himadri Bhattacharjee <107522312+lavafroth@users.noreply.github.com> Date: Sun, 1 Dec 2024 20:04:38 +0530 Subject: [PATCH] fix: libreoffice took too long to build from source --- hosts/default/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 980db99..5dbe3e2 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -113,7 +113,7 @@ ]; packages = with pkgs; [ i2p - libreoffice-fresh + # libreoffice-fresh signal-desktop ]; shell = pkgs.fish;