config/modules/shared/extras.nix

10 lines
65 B
Nix
Raw Normal View History

2025-04-18 15:55:34 -07:00
{
pkgs,
config,
inputs,
...
}: {
networking = {
};
}