mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
fix spicetify
This commit is contained in:
parent
f5968565a3
commit
f43425eec5
2 changed files with 4 additions and 4 deletions
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -456,11 +456,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1701144880,
|
"lastModified": 1701304612,
|
||||||
"narHash": "sha256-GsCDZ0Cqb8d9+E4PfnuOImju8lHffzdtnLpTThjNaj4=",
|
"narHash": "sha256-gvq8x+THCiCPfK+T7hpziR1yqaZL0puJAVfqhao2ujU=",
|
||||||
"owner": "Gerg-L",
|
"owner": "Gerg-L",
|
||||||
"repo": "spicetify-nix",
|
"repo": "spicetify-nix",
|
||||||
"rev": "a4711401d2649102d998dbb5a3a348d9734802b0",
|
"rev": "24d7702ee33e76f1251afcaaca497cf18d93e229",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ in
|
||||||
enabledExtensions = builtins.attrValues {
|
enabledExtensions = builtins.attrValues {
|
||||||
inherit (spicePkgs.extensions) adblock hidePodcasts shuffle;
|
inherit (spicePkgs.extensions) adblock hidePodcasts shuffle;
|
||||||
};
|
};
|
||||||
theme = spicePkgs.themes.Dribbblish;
|
theme = spicePkgs.themes.dribbblish;
|
||||||
colorScheme = "custom";
|
colorScheme = "custom";
|
||||||
customColorScheme = {
|
customColorScheme = {
|
||||||
text = "f8f8f8";
|
text = "f8f8f8";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue