carbon: +url-eater

This commit is contained in:
Primrose 2024-12-15 19:46:31 +01:00
parent 82506ea444
commit bec6eba403
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
4 changed files with 97 additions and 1 deletions

View file

@ -1,5 +1,7 @@
{ pkgs, ... }:
{
environment.systemPackages = [
pkgs.agenix
pkgs.deploy-rs
@ -25,4 +27,14 @@
"docker"
"vboxusers"
];
services.url-eater = {
enable = true;
filters = ''
category "Spotify" {
params "context@open.spotify.com" "si@open.spotify.com"
}
'';
};
}