From eff51f3e0a30b5c5887c1f3cad7cd6345aeca42d Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Sun, 12 May 2024 23:31:30 -0400 Subject: [PATCH] libreoffice --- src/user/modules/gui/modules/utils/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/user/modules/gui/modules/utils/default.nix b/src/user/modules/gui/modules/utils/default.nix index 9c45ddc..8409ee3 100644 --- a/src/user/modules/gui/modules/utils/default.nix +++ b/src/user/modules/gui/modules/utils/default.nix @@ -10,12 +10,9 @@ in programs.btop.enable = true; home.packages = with pkgs; [ gimp - okular - pdftk + libreoffice teams-for-linux - zoom-us - exercism ]; }; }