[spotify] Fix adblock config file not found
This commit is contained in:
parent
992df68711
commit
c8d78da5d9
2 changed files with 13 additions and 23 deletions
|
@ -2,10 +2,14 @@
|
|||
|
||||
{
|
||||
home-manager.users.tdpeuter = {
|
||||
home.packages = with pkgs; [
|
||||
spotify
|
||||
spotify-adblock
|
||||
];
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
spotify
|
||||
spotify-adblock
|
||||
];
|
||||
|
||||
file.".config/spotify-adblock/config.toml".source = "${pkgs.spotify-adblock}/config.toml";
|
||||
};
|
||||
|
||||
# Set the desktop entry to use adblock.
|
||||
# TODO Is it possible to inherit all other values?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue