mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-09 16:33:57 -05:00
spicetify: enabled experimentalFeatures
This commit is contained in:
parent
0033192efd
commit
349f52ce8f
2 changed files with 5 additions and 3 deletions
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -829,11 +829,11 @@
|
||||||
"systems": "systems_2"
|
"systems": "systems_2"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1738062977,
|
"lastModified": 1738365416,
|
||||||
"narHash": "sha256-zW1zK0jl5mU27WawATAeFOiALa/NjBnN2KRa+3TU01k=",
|
"narHash": "sha256-8mekvIzWZM3RnsQr8wwM4MlEsCz4gdqILV8H1OlTJ78=",
|
||||||
"owner": "Gerg-L",
|
"owner": "Gerg-L",
|
||||||
"repo": "spicetify-nix",
|
"repo": "spicetify-nix",
|
||||||
"rev": "b81153eab0ef97b43a9bd25707a2ebdf8572ee62",
|
"rev": "8a5b83c5e8707860430bcdcbe6345841cdc7bd01",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,8 @@ in
|
||||||
betterGenres
|
betterGenres
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
|
experimentalFeatures = true;
|
||||||
|
alwaysEnableDevTools = true;
|
||||||
theme = spicePkgs.themes.dribbblish;
|
theme = spicePkgs.themes.dribbblish;
|
||||||
colorScheme = "custom";
|
colorScheme = "custom";
|
||||||
customColorScheme = {
|
customColorScheme = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue