summaryrefslogtreecommitdiffstats
path: root/profiles/laptop.nix
blob: 418b3d05c9d39d49f684d254d6bbf5b299028ea5 (plain)
1
2
3
4
5
6
7
8
9
10
11
inputs:

{ config, lib, ... }:

{
  services.power-profiles-daemon.enable = true;

  services.automatic-timezoned.enable = true;
  # Needed to be able to change timezone
  time.timeZone = lib.mkForce null;
}