From 3a21aa53e2ab165cd815ae0567987424dc943e22 Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Sun, 16 Nov 2025 22:44:57 -0500 Subject: [PATCH] formatting --- stylix.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/stylix.nix b/stylix.nix index b5c5222..7186a10 100644 --- a/stylix.nix +++ b/stylix.nix @@ -2,7 +2,8 @@ config, pkgs, ... -}: { +}: +{ stylix = { enable = true; autoEnable = true; @@ -49,7 +50,7 @@ dunst.enable = true; librewolf = { enable = true; - profileNames = ["skull"]; + profileNames = [ "skull" ]; }; }; }; -- 2.54.0