feat: move spicetify tp separate file
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# spicetify.nix
|
||||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
programs.spicetify = let
|
||||
spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.stdenv.hostPlatform.system};
|
||||
in {
|
||||
enable = true;
|
||||
enabledExtensions = with spicePkgs.extensions; [
|
||||
adblock
|
||||
beautiful-lyrics
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user