dea-files/hosts/nahemah/configuration.nix
2026-01-08 13:59:34 -05:00

12 lines
110 B
Nix

{
pkgs,
...
}:
{
networking.hostName = "nahemah";
environment.systemPackages = with pkgs; [
];
}