diff options
author | Franck Cuny <franck@fcuny.net> | 2023-05-06 11:26:30 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-05-06 11:26:30 -0700 |
commit | 1b4d88a7a1be94ea73af24344e2f0eceff72058e (patch) | |
tree | 1d424c38a57f3d2591ae25cd1c455f22fd0204ac /profiles/laptop.nix | |
parent | profiles/workstation: move sway to the workstation profile (diff) | |
download | world-1b4d88a7a1be94ea73af24344e2f0eceff72058e.tar.gz |
profiles/xps9300: add more settings
Coming from https://github.com/NixOS/nixos-hardware/blob/51559e691f1493a26f94f1df1aaf516bb507e78b/dell/xps/13-9300/default.nix
Diffstat (limited to '')
-rw-r--r-- | profiles/laptop.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/laptop.nix b/profiles/laptop.nix index 43726f3..7fd5b98 100644 --- a/profiles/laptop.nix +++ b/profiles/laptop.nix @@ -5,6 +5,7 @@ ]; services.thermald.enable = true; + services.tlp.enable = true; services.tlp.settings = { |