From 6050660c4e7e90ccbbded6f3f8cd3efc44b7a752 Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.uk>
Date: Wed, 28 Jun 2023 20:49:08 +0100
Subject: [PATCH] feat(home-manager): add packages

---
 home-manager/modules/home-manager-packages.nix | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/home-manager/modules/home-manager-packages.nix b/home-manager/modules/home-manager-packages.nix
index 1487492d..e6220e06 100644
--- a/home-manager/modules/home-manager-packages.nix
+++ b/home-manager/modules/home-manager-packages.nix
@@ -5,8 +5,10 @@ with pkgs; [
   bottom
   ctop
   delta
+  dog
   doppler
   exa
+  fd
   file
   fzf
   gcc
@@ -14,12 +16,10 @@ with pkgs; [
   git
   git-crypt
   gnupg
-  pinentry
-  inotify-tools
-  just
-  tree-sitter
   htop
+  inotify-tools
   jq
+  just
   lua
   mysql
   neofetch
@@ -34,6 +34,7 @@ with pkgs; [
   php81Packages.phpcbf
   php81Packages.phpcs
   php81Packages.phpstan
+  pinentry
   platformsh
   postman
   pulumi-bin
@@ -45,9 +46,11 @@ with pkgs; [
   tldr
   tmuxinator
   tree
+  tree-sitter
   unzip
   virtualenv
   wget
   xcp
+  xh
   yarn
 ]