user/spicetify: fixes
This commit is contained in:
parent
d1d6b32cc5
commit
9625fd3962
3 changed files with 22 additions and 5 deletions
17
flake.lock
generated
17
flake.lock
generated
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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; };
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue