From 899ad2beafaf22dbfd795d63e5466e99d56c04b2 Mon Sep 17 00:00:00 2001 From: Aria Nolan Date: Mon, 20 Nov 2023 08:39:41 -0500 Subject: [PATCH] xdg-desktop-portal-gtk --- hosts/JWST/configuration.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 = {