···10101111 boot.kernelPackages = pkgs.linuxPackages_xanmod_latest;
12121313+ # Allow GPU usage monitoring utilities like `intel_gpu_top`
1414+ # to function without superuser access
1515+ boot.kernel.sysctl."kernel.perf_event_paranoid" = 0;
1616+1317 # Update the system timezone according to physical location
1418 systemd.services.automatic-timezoned.enable = true;
1519