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,7 +1,8 @@
{config, ...}: {
programs =
if (
config.home.gui.sessionType == "Hyprland"
if
(
config.home.gui.sessionType == "Hyprland"
)
then {
noctalia-shell = {
@ -97,7 +98,7 @@
{
id = "Tray";
blacklist = [ ];
blacklist = [];
colorizeIcons = true;
}