fmt: hand7sfmt

Signed-off-by: s0me1newithhand7s <117505144+s0me1newithhand7s@users.noreply.github.com>
This commit is contained in:
s0me1newithhand7s 2025-10-19 01:14:08 +03:00
parent b33c17079f
commit 2b9bdf2bed
No known key found for this signature in database

View file

@ -1,6 +1,7 @@
{config, ...}: { {config, ...}: {
programs = programs =
if ( if
(
config.home.gui.sessionType == "Hyprland" config.home.gui.sessionType == "Hyprland"
) )
then { then {
@ -97,7 +98,7 @@
{ {
id = "Tray"; id = "Tray";
blacklist = [ ]; blacklist = [];
colorizeIcons = true; colorizeIcons = true;
} }