user/spicetify: enable devtools

This commit is contained in:
LavaDesu 2025-03-17 13:13:05 +11:00
parent 0a6ee4cd3d
commit 7f300748af
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -7,6 +7,7 @@ in
programs.spicetify = {
enable = true;
alwaysEnableDevTools = true;
theme = spicePkgs.themes.dribbblish // rec {
src = pkgs.stdenvNoCC.mkDerivation {
pname = "spicetify-dribbblish-catppuccin-patch";
@ -27,9 +28,7 @@ in
--replace-fail "${color_prev1}" "${color_next}" \
--replace-fail "${color_prev2}" "${color_next}" \
--replace-fail "sidebar = ${color_sidebar_prev}" \
"sidebar = ${color_sidebar_next}" \
--replace-fail "sidebar-text = ${color_sidebar_text_prev}" \
"sidebar-text = ${color_sidebar_text_next}"
"sidebar = ${color_sidebar_next}"
'';
};
};