9 lines
212 B
Nix
9 lines
212 B
Nix
{ pkgs, ... }:
|
|
{
|
|
imports = [ ./server.nix ];
|
|
|
|
# Cloud-specific home-manager programs
|
|
# Currently uses server profile's minimal CLI setup
|
|
# Add cloud-specific customizations here if needed in the future
|
|
}
|