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