docs: remove stray unicode character
All checks were successful
Run nix flake check / flake-check (push) Successful in 2m19s

This commit is contained in:
2026-01-30 20:04:24 +01:00
parent 1d953e2324
commit 7f408c4b94

View File

@@ -29,7 +29,7 @@ This repository contains NixOS configurations for multiple machines using flakes
## Specific Patterns
### Adding a New Program
- DO add to `home/packages` if no nixos or home-manager options are used.
- DO add to `home/packages` if no nixos or home-manager options are used.
- DO create a subdirectory in `home/programs/` if nixos or home-manager options are used.
- DO `git add` the new configuration files before attempting to build
- DON'T add programs directly to user configs unless absolutely necessary