user/spicetify: fixes

This commit is contained in:
LavaDesu 2023-06-22 23:34:14 +07:00
parent d1d6b32cc5
commit 9625fd3962
Signed by: cilly
GPG key ID: 6500251E087653C9
3 changed files with 22 additions and 5 deletions

17
flake.lock generated
View file

@ -681,6 +681,7 @@
"pure": "pure",
"rust-overlay": "rust-overlay",
"spicetify-nix": "spicetify-nix",
"spicetify-themes": "spicetify-themes",
"spotify-adblock": "spotify-adblock",
"tree-sitter-glimmer": "tree-sitter-glimmer",
"tree-sitter-jsonc": "tree-sitter-jsonc",
@ -732,6 +733,22 @@
"type": "github"
}
},
"spicetify-themes": {
"flake": false,
"locked": {
"lastModified": 1687406074,
"narHash": "sha256-DPn54R0uRjmi6gl9Dfh7Hx1w2pDprltQJJp222esK3M=",
"owner": "spicetify",
"repo": "spicetify-themes",
"rev": "fba1a2971b8fd0cfa859e5901a724abbdd778e5b",
"type": "github"
},
"original": {
"owner": "spicetify",
"repo": "spicetify-themes",
"type": "github"
}
},
"spotify-adblock": {
"flake": false,
"locked": {

View file

@ -22,6 +22,7 @@
# services
hosts-blocklists = { url = "github:notracking/hosts-blocklists"; flake = false; };
website = { url = "github:LavaDesu/lavadesu.github.io/master"; flake = false; };
spicetify-themes = { url = "github:spicetify/spicetify-themes"; flake = false; };
# zsh plugins
zsh-abbr = { url = "github:olets/zsh-abbr"; flake = false; };

View file

@ -17,7 +17,9 @@ in
enable = true;
theme = spicePkgs.themes.Dribbblish // {
requiredExtensions = [((builtins.head spicePkgs.themes.Dribbblish.requiredExtensions) // { filename = "theme.js"; }) ];
#src = inputs.spicetify-themes;
extraCommands = "spicetify-cli --no-restart config experimental_features 1";
#requiredExtensions = [((builtins.head spicePkgs.themes.Dribbblish.requiredExtensions) // { filename = "theme.js"; }) ];
};
colorScheme = "purple";
@ -25,17 +27,14 @@ in
lyrics-plus
];
enabledExtensions = with spicePkgs.extensions; [
fullAppDisplay
fullAppDisplayMod
shuffle # shuffle+ (special characters are sanitized out of ext names)
hidePodcasts
fullAppDisplayMod
skipStats
songStats
history
hidePodcasts
volumePercentage
];
};
}