Skip to content

Commit

Permalink
spicetify: disable sidebar to resolve incompatiblity notification (da…
Browse files Browse the repository at this point in the history
…nth#579)

Disable sidebar configuration to resolve an incompatibility notification
on startup.

Fixes: 0eea8bc ("spicetify: init (danth#574)")

Reviewed-by: NAHO <[email protected]>
  • Loading branch information
soulsoiledit authored and Mikilio committed Nov 4, 2024
1 parent 0a49bcb commit 8beb8f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/spicetify/spicetify.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
misc = ${base02}
'';
};
# Sidebar configuration is incompatible with the default navigation bar
sidebarConfig = false;
};
colorScheme = "base";
};
Expand Down

0 comments on commit 8beb8f8

Please sign in to comment.