{ ... }: {
  imports = [
    ./plasma-manager.nix
  ];

  programs.plasma.powerdevil = {
    autoSuspend.action = "nothing";
  };
}