added a few packages

This commit is contained in:
John Lancaster
2025-06-30 15:03:42 -05:00
parent 12406460c8
commit aa76f06df6

View File

@@ -17,10 +17,13 @@
# The home.packages option allows you to install Nix packages into your
# environment.
home.packages = [
home.packages = with pkgs; [
# # Adds the 'hello' command to your environment. It prints a friendly
# # "Hello, world!" when run.
# pkgs.hello
uv
git
eza
# # It is sometimes useful to fine-tune packages, for example, by applying
# # overrides. You can do that directly here, just don't forget the