diff --git a/flake.lock b/flake.lock index b0fb263..f21eb6a 100644 --- a/flake.lock +++ b/flake.lock @@ -197,11 +197,11 @@ "treefmt-nix": "treefmt-nix_2" }, "locked": { - "lastModified": 1741112515, - "narHash": "sha256-UEMiUMp8UAJ7PG1FRPa6TEWRHGMs3SGgA1olHJBcRM4=", + "lastModified": 1741217919, + "narHash": "sha256-ZN7qlqgTNCFccKGBWygSZ5MY73PYYkEEGzLqlnux2Ks=", "owner": "nickolaj-jepsen", "repo": "fireproof-shell", - "rev": "221175c31b91832073c62bb90ed547fc006fb332", + "rev": "60f68b4b5db5dd119b97f116b7da74fb55ac143a", "type": "github" }, "original": { diff --git a/modules/desktop/fireproof-shell.nix b/modules/desktop/fireproof-shell.nix index 69036c8..df29b2c 100644 --- a/modules/desktop/fireproof-shell.nix +++ b/modules/desktop/fireproof-shell.nix @@ -17,6 +17,8 @@ in { settings = { monitor.main = (builtins.head config.monitors).name or ""; launcher.uwsm = true; + notification.ignore = ["/^Spotify/"]; + tray.ignore = ["/spotify/"]; }; };