config/modules/shared/extras.nix
2025-04-18 16:46:54 -07:00

9 lines
65 B
Nix

{
pkgs,
config,
inputs,
...
}: {
networking = {
};
}