diff --git a/hosts/JWST/configuration.nix b/hosts/JWST/configuration.nix index 46f7289..90134ef 100644 --- a/hosts/JWST/configuration.nix +++ b/hosts/JWST/configuration.nix @@ -54,6 +54,7 @@ services.printing.enable = true; services.geoclue2.enable = true; services.tlp.enable = true; + services.thermald.enable = true; # Enable sound. sound.enable = true; @@ -70,10 +71,10 @@ xdg.portal = { enable = true; # wlr.enable = true; - # extraPortals = with pkgs; [ + extraPortals = with pkgs; [ # xdg-desktop-portal-wlr - # xdg-desktop-portal-gtk - # ]; + xdg-desktop-portal-gtk + ]; }; hardware.opengl = {