{ ... }: { imports = [ ./hardware.nix ../../modules/hyprland/monitor.nix ]; networking.hostName = "template"; boot.loader = { grub = { enable = true; device = "/dev/vda"; }; }; hyprland.monitors = { default = { resolution = "preferred"; position = "auto"; scale = 1; }; }; webtray.instances = {}; system.stateVersion = "24.05"; }