From 6621b7aa7b96f33c6b22e9da48a28f2c66964ece Mon Sep 17 00:00:00 2001 From: kenji Date: Wed, 24 Dec 2025 21:04:54 -0600 Subject: [PATCH] fix: test --- apps/stylix/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/stylix/home.nix b/apps/stylix/home.nix index 0895937..99e8334 100644 --- a/apps/stylix/home.nix +++ b/apps/stylix/home.nix @@ -5,6 +5,6 @@ stylix = { enable = true; autoEnable = false; - image = "../../assets/Wallpapers/nord-1.png"; + image = ../../assets/Wallpapers/nord-1.png; }; }