Files
alo-cluster/home/programs/workstation.nix

7 lines
117 B
Nix

{ pkgs, ... }:
{
imports = [ ./server.nix ];
# Add workstation-specific programs here if needed in the future
}