From a8adeadf311cf877d7f53b7e006e247fbda4a4a6 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 2 May 2023 19:01:08 -0700 Subject: profiles: move things around for btrfs --- profiles/laptop.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'profiles/laptop.nix') 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 = { -- cgit v1.2.3