{ config, lib, pkgs, ... }:
with lib;
mkIf (config.fudo.common.profile == "desktop") {
networking = {
networkmanager.enable = mkForce false;
};
}