config/modules/shared/extras.nix

15 lines
151 B
Nix
Raw Normal View History

2025-04-18 15:55:34 -07:00
{
pkgs,
config,
inputs,
hostName,
mkIfElse,
darwin,
...
}: {
networking = {
inherit hostName;
networkmanager = !darwin;
};
}