fmt: hand7sfmt
Signed-off-by: s0me1newithhand7s <117505144+s0me1newithhand7s@users.noreply.github.com>
This commit is contained in:
parent
b33c17079f
commit
2b9bdf2bed
1 changed files with 4 additions and 3 deletions
|
|
@ -1,7 +1,8 @@
|
||||||
{config, ...}: {
|
{config, ...}: {
|
||||||
programs =
|
programs =
|
||||||
if (
|
if
|
||||||
config.home.gui.sessionType == "Hyprland"
|
(
|
||||||
|
config.home.gui.sessionType == "Hyprland"
|
||||||
)
|
)
|
||||||
then {
|
then {
|
||||||
noctalia-shell = {
|
noctalia-shell = {
|
||||||
|
|
@ -97,7 +98,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
id = "Tray";
|
id = "Tray";
|
||||||
blacklist = [ ];
|
blacklist = [];
|
||||||
colorizeIcons = true;
|
colorizeIcons = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue