diff options
Diffstat (limited to 'profiles/laptop.nix')
-rw-r--r-- | profiles/laptop.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/laptop.nix b/profiles/laptop.nix index 6b8211a..0d1c95f 100644 --- a/profiles/laptop.nix +++ b/profiles/laptop.nix @@ -1,5 +1,9 @@ { pkgs, config, lib, ... }: { + imports = [ + ./workstation.nix + ]; + services.thermald.enable = true; services.tlp.enable = true; services.tlp.settings = { |