diff options
| author | Christian <[email protected]> | 2026-05-20 19:52:06 -0500 |
|---|---|---|
| committer | Christian <[email protected]> | 2026-05-20 19:52:06 -0500 |
| commit | 386b2874a7ea1d6364714ce9f40e75295fca9fa1 (patch) | |
| tree | 080cb556382112b7d61d40ee3ae81c1e508ace22 /modules/home/christian.nix | |
| parent | 5f2d08a422948970fb8802b8c65b41a99ba082e4 (diff) | |
Add ripgrep, fd, and migrate user packages to home-manager
Diffstat (limited to 'modules/home/christian.nix')
| -rw-r--r-- | modules/home/christian.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/home/christian.nix b/modules/home/christian.nix index 2942916..bcbb9c2 100644 --- a/modules/home/christian.nix +++ b/modules/home/christian.nix @@ -18,6 +18,11 @@ conf = ./dmenu/config.h; }) nixfmt + ripgrep + fd + git + wget + xclip ]; programs.alacritty = { |
