chore: remove features.old archive and format all files

- Delete home/features.old/ (archived old flat feature modules)
- All content migrated to new profile-based structure
- Run alejandra formatter over 13 changed files
- nix flake check passes cleanly
This commit is contained in:
m3tm3re
2026-04-26 11:29:49 +02:00
parent d44bdad73a
commit d59a6b82b6
38 changed files with 430 additions and 2262 deletions

View File

@@ -1,7 +1,4 @@
{
pkgs,
...
}: {
{pkgs, ...}: {
services.postgresql = {
enable = true;
package = pkgs.postgresql_17;