From 9651e02cbef8942d32a151ab52066463657f59bb Mon Sep 17 00:00:00 2001 From: voidarc Date: Mon, 6 Jul 2026 20:03:07 +0100 Subject: [PATCH] added system theme to desktop aspect --- modules/features/hypr/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/features/hypr/default.nix b/modules/features/hypr/default.nix index 3e46316..c26c8a1 100644 --- a/modules/features/hypr/default.nix +++ b/modules/features/hypr/default.nix @@ -10,7 +10,7 @@ }: let modules = with self.nixosModules; [ audio - gtkTheme + systemTheme ]; in { imports = modules;