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, ...}: {
|
||||
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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue