inputs.spotify-adblock = {
url = "github:body20002/spotify-adblock.nix";
inputs.nixpkgs.follows = "nixpkgs";
};
imports = [
# other imports
inputs.spotify-adblock.homeManagerModules.${system}.default
];
# other settings
programs.spotify-adblock.enable = true;
imports = [
# other imports
inputs.spotify-adblock.nixosModules.${system}.default
];
# other settings
programs.spotify-adblock.enable = true;
If you have any suggestions make an issue :)