{ config, lib, pkgs, ... }: { # list of enabled services on the system services = { tuned.enable = true; upower.enable = true; }; }