user/spicetify: fix dribbblish
This commit is contained in:
parent
c6a5c808e2
commit
455269847e
1 changed files with 3 additions and 1 deletions
|
|
@ -16,7 +16,9 @@ in
|
|||
});
|
||||
|
||||
enable = true;
|
||||
theme = spicePkgs.themes.Dribbblish;
|
||||
theme = spicePkgs.themes.Dribbblish // {
|
||||
requiredExtensions = [((builtins.head spicePkgs.themes.Dribbblish.requiredExtensions) // { filename = "theme.js"; }) ];
|
||||
};
|
||||
colorScheme = "purple";
|
||||
|
||||
enabledCustomApps = with spicePkgs.apps; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue