From 2eaa338eb879b8432f7e252d6ab8725ada98f52d Mon Sep 17 00:00:00 2001 From: Daniel Thwaites Date: Sun, 18 May 2025 15:26:10 +0100 Subject: [PATCH] gnome: install User Themes extension (#1306) --- modules/gnome/hm.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/gnome/hm.nix b/modules/gnome/hm.nix index 5c596989..b9a761de 100644 --- a/modules/gnome/hm.nix +++ b/modules/gnome/hm.nix @@ -49,6 +49,8 @@ in }; config = lib.mkIf (config.stylix.enable && cfg.enable) { + home.packages = [ pkgs.gnomeExtensions.user-themes ]; + dconf.settings = { "org/gnome/desktop/background" = { color-shading-type = "solid";