fix formatting

This commit is contained in:
Melvin Ragusa
2026-02-03 11:14:57 +01:00
parent 5e91500f25
commit b53c2ecaa9
10 changed files with 147 additions and 93 deletions

View File

@@ -47,7 +47,7 @@ All feature configurations live in `modules/` as standalone NixOS modules:
- `services.nix` - fstrim, zram, avahi, profile-sync-daemon, earlyoom
- `audio.nix`, `theming.nix`, `power.nix`, `virtualization.nix`, `navidrome.nix`, `apps.nix`
Each module follows the pattern: `{ config, pkgs, lib, ... }: { ... }`
Each module follows the pattern: `{ config, pkgs, lib, ... }:`
**Package Management Philosophy:**
- System packages (`environment.systemPackages`): Services, hardware support, desktop infrastructure, build tools