From 3c390d4334eae0aa624cce7035dd26249568df1c Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Sat, 20 Jan 2024 18:14:00 +0100 Subject: [PATCH] add firefox extention --- modules/home/firefox/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/firefox/default.nix b/modules/home/firefox/default.nix index a71eb5d..8d4eeb7 100644 --- a/modules/home/firefox/default.nix +++ b/modules/home/firefox/default.nix @@ -13,6 +13,7 @@ # youtube-time-tracker firefox-color stylus + scroll_anywhere ]; extraConfig = builtins.readFile ./user.js; };