From 5ebf3c9c5ea9b4c85c0070718dc5283ece26777e Mon Sep 17 00:00:00 2001 From: Amneesh Singh Date: Fri, 17 Oct 2025 11:55:12 +0530 Subject: [PATCH] home: amneesh: pkgs: add libreoffice and git-repo Signed-off-by: Amneesh Singh --- home/amneesh/pkgs.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/amneesh/pkgs.nix b/home/amneesh/pkgs.nix index 16b50f9..629f422 100644 --- a/home/amneesh/pkgs.nix +++ b/home/amneesh/pkgs.nix @@ -23,5 +23,7 @@ thunderbird wget xfce.thunar + libreoffice + git-repo ]; }