{ config, lib, pkgs, ... }: { imports = [ ./hardware.nix ../../modules/hyprland/monitor.nix ]; networking = { hostName = "nixbook-pro"; enableB43Firmware = true; }; boot.loader = { efi.canTouchEfiVariables = true; grub = { enable = true; device = "nodev"; efiSupport = true; configurationLimit = 10; }; }; hyprland.monitors = { default = { resolution = "preferred"; position = "auto"; scale = 1; }; }; webtray.instances = {}; system.stateVersion = "25.11"; # Did you read the comment? }