7 lines
248 B
Nix
7 lines
248 B
Nix
|
|
# Server context home-manager configuration — minimal headless setup.
|
||
|
|
# Loaded on server hosts: m3-atlas, m3-helios, m3-aether.
|
||
|
|
{...}: {
|
||
|
|
# Server hosts use the base and coding modules directly.
|
||
|
|
# No desktop environment or GUI applications.
|
||
|
|
}
|