{ config, lib, ... }:
lib.mkIf config.sbruder.gui.enable {
networking.networkmanager = {
enable = true;
};
}