From c75e935a2cfa14c68192bf7af39848f5d5ed26b1 Mon Sep 17 00:00:00 2001 From: Joshua Yuen Date: Sun, 21 Jun 2026 13:43:37 -0400 Subject: [PATCH] Add a couple packages to the home manager configuration that previously only existed in the NixOS configuration --- homes/josh/home.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/homes/josh/home.nix b/homes/josh/home.nix index 89b41cb..90623d4 100644 --- a/homes/josh/home.nix +++ b/homes/josh/home.nix @@ -24,7 +24,11 @@ in stateVersion = "25.11"; packages = with pkgs; [ + git tldr + tmux + vim-full + wl-clipboard ]; };