docs: General documentation update

This commit is contained in:
2025-12-17 19:39:02 -05:00
committed by Hunter Halloran
parent 9be51b2589
commit d97ece898c
12 changed files with 287 additions and 223 deletions

View File

@@ -305,16 +305,15 @@ nix-laptop = {
### User-Specific Packages
Add to user's home-manager configuration in `users.nix` or external dotfiles:
Add to user's home-manager configuration in their external `user.nix`:
```nix
myuser = {
homePackages = with pkgs; [
ripgrep
fd
bat
];
};
# In external user.nix
home.packages = with pkgs; [
ripgrep
fd
bat
];
```
### Search for Packages