From 8d00c45054ddecb1fd90ca2e9e17ced4f5d68cc6 Mon Sep 17 00:00:00 2001 From: Nydragon Date: Tue, 17 Sep 2024 19:36:02 +0200 Subject: [PATCH] chore: update deprecation --- home/themes/catppuccin.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/home/themes/catppuccin.nix b/home/themes/catppuccin.nix index 2f2b7b8..3a80b86 100644 --- a/home/themes/catppuccin.nix +++ b/home/themes/catppuccin.nix @@ -7,8 +7,11 @@ let inherit (lib.my) validatePath; in -rec { - qt.platformTheme.name = "gnome"; +{ + qt = { + enable = true; + platformTheme.name = "gtk"; + }; dconf = { enable = true;