about summary refs log blame commit diff
path: root/users/tazjin/nixos/modules/laptop.nix
blob: 9a4a095b26a4a2013c2457270917a34eed6c9076 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                          
# Configuration specifically for laptops that move around.
{ ... }:

{
  # Automatically detect location to use for redshift
  location.provider = "geoclue2";

  # Enable power-saving features.
  services.tlp.enable = true;

  programs.light.enable = true;
}