From 859d524f4a187f5ac4586c1e571dd0d9af6753a6 Mon Sep 17 00:00:00 2001 From: aaron Date: Tue, 30 Dec 2025 14:26:40 +0100 Subject: [PATCH] fix(styling): fix syntax error --- modules/home-manager/styling.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/styling.nix b/modules/home-manager/styling.nix index 4452328..0c12744 100644 --- a/modules/home-manager/styling.nix +++ b/modules/home-manager/styling.nix @@ -26,5 +26,5 @@ home.packages = with pkgs; [ gnome-themes-extra adwaita-qt - ] + ]; }