user/spicetify: enable devtools
This commit is contained in:
parent
0a6ee4cd3d
commit
7f300748af
1 changed files with 2 additions and 3 deletions
|
|
@ -7,6 +7,7 @@ in
|
||||||
|
|
||||||
programs.spicetify = {
|
programs.spicetify = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
alwaysEnableDevTools = true;
|
||||||
theme = spicePkgs.themes.dribbblish // rec {
|
theme = spicePkgs.themes.dribbblish // rec {
|
||||||
src = pkgs.stdenvNoCC.mkDerivation {
|
src = pkgs.stdenvNoCC.mkDerivation {
|
||||||
pname = "spicetify-dribbblish-catppuccin-patch";
|
pname = "spicetify-dribbblish-catppuccin-patch";
|
||||||
|
|
@ -27,9 +28,7 @@ in
|
||||||
--replace-fail "${color_prev1}" "${color_next}" \
|
--replace-fail "${color_prev1}" "${color_next}" \
|
||||||
--replace-fail "${color_prev2}" "${color_next}" \
|
--replace-fail "${color_prev2}" "${color_next}" \
|
||||||
--replace-fail "sidebar = ${color_sidebar_prev}" \
|
--replace-fail "sidebar = ${color_sidebar_prev}" \
|
||||||
"sidebar = ${color_sidebar_next}" \
|
"sidebar = ${color_sidebar_next}"
|
||||||
--replace-fail "sidebar-text = ${color_sidebar_text_prev}" \
|
|
||||||
"sidebar-text = ${color_sidebar_text_next}"
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue