{ config, pkgs, lib, ... }: { imports = [ ./hardware-configuration.nix ]; niveum = { networkInterfaces.wireless = "wlp3s0"; promptColours.success = "cyan"; }; virtualisation.docker.enable = lib.mkForce false; boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; networking.hostName = "wilde"; system.stateVersion = "19.03"; }