{ config, pkgs, ... }: { imports = [ ./disks.nix ]; system = { profile.desktop.enable = true; stateVersion = "26.05"; }; }