From 72a15cc5f4a73d539f139d222e4b4fb58284ca6a Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Sat, 20 Jan 2024 18:19:08 +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 8d4eeb7..2634d32 100644 --- a/modules/home/firefox/default.nix +++ b/modules/home/firefox/default.nix @@ -14,6 +14,7 @@ firefox-color stylus scroll_anywhere + clearurls ]; extraConfig = builtins.readFile ./user.js; };