Profiles only for home manager.

This commit is contained in:
2025-10-25 08:34:21 +01:00
parent a57fc9107b
commit bd5988dfbc
7 changed files with 20 additions and 11 deletions

View File

@@ -0,0 +1,5 @@
{ pkgs, ... }:
{
# Minimal profile: reuses server.nix for basic CLI programs
imports = [ ./server.nix ];
}