chore(clean): no more spotify
This commit is contained in:
parent
281ae7f645
commit
395bb04422
2 changed files with 0 additions and 30 deletions
|
@ -13,7 +13,6 @@
|
||||||
./ags
|
./ags
|
||||||
./xdg.nix
|
./xdg.nix
|
||||||
./stylix.nix
|
./stylix.nix
|
||||||
./spicetify.nix
|
|
||||||
./scripts
|
./scripts
|
||||||
./programs
|
./programs
|
||||||
./packages
|
./packages
|
||||||
|
|
|
@ -1,29 +0,0 @@
|
||||||
{ pkgs
|
|
||||||
, lib
|
|
||||||
, inputs
|
|
||||||
, ...
|
|
||||||
}:
|
|
||||||
let
|
|
||||||
spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.system};
|
|
||||||
in
|
|
||||||
{
|
|
||||||
# allow spotify to be installed if you don't have unfree enabled already
|
|
||||||
nixpkgs.config.allowUnfreePredicate = pkg:
|
|
||||||
builtins.elem (lib.getName pkg) [
|
|
||||||
"spotify"
|
|
||||||
];
|
|
||||||
programs.spicetify = {
|
|
||||||
enable = true;
|
|
||||||
#theme = spicePkgs.themes.onepunch;
|
|
||||||
#colorScheme = "Dark";
|
|
||||||
enabledCustomApps = with spicePkgs.apps; [
|
|
||||||
lyricsPlus
|
|
||||||
];
|
|
||||||
enabledExtensions = with spicePkgs.extensions; [
|
|
||||||
adblock
|
|
||||||
fullAppDisplay
|
|
||||||
shuffle # shuffle+ (special characters are sanitized out of ext names)
|
|
||||||
hidePodcasts
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue