From: Skullheadx Date: Mon, 17 Nov 2025 03:44:57 +0000 (-0500) Subject: formatting X-Git-Url: http://git.skullheadx.com/nixos/README?a=commitdiff_plain;h=3a21aa53e2ab165cd815ae0567987424dc943e22;p=nixos.git formatting --- 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" ]; }; }; };