Vibecode refactor of hyprland stuff #2

Merged
torjus merged 12 commits from refactor/hyprland-modular into master 2026-01-30 19:21:13 +00:00
Showing only changes of commit 3dc092d22a - Show all commits

View File

@@ -29,7 +29,7 @@ This repository contains NixOS configurations for multiple machines using flakes
## Specific Patterns ## Specific Patterns
### Adding a New Program ### 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 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 - DO `git add` the new configuration files before attempting to build
- DON'T add programs directly to user configs unless absolutely necessary - DON'T add programs directly to user configs unless absolutely necessary