flake/nixos/networking/network-manager/default.nix

8 lines
No EOL
72 B
Nix

{ ... }:
{
imports = [
#./networkmanager.nix
./iwd.nix
];
}