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 ]; }; }