From 6836791df67f6470b27583bf8cbfddccc029e2b5 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Tue, 14 Nov 2023 00:10:23 +0100 Subject: [PATCH] change firefox config --- modules/home/firefox/default.nix | 2 +- modules/home/firefox/{user.js => user.js.conf} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename modules/home/firefox/{user.js => user.js.conf} (100%) diff --git a/modules/home/firefox/default.nix b/modules/home/firefox/default.nix index e393cdb..109dab0 100755 --- a/modules/home/firefox/default.nix +++ b/modules/home/firefox/default.nix @@ -6,7 +6,7 @@ profiles.frostphoenix = { settings = {}; isDefault = true; - extraConfig = builtins.readFile ./user.js; + extraConfig = builtins.readFile ./user.js.conf; extensions = with pkgs.nur.repos.rycee.firefox-addons; [ ublock-origin return-youtube-dislikes diff --git a/modules/home/firefox/user.js b/modules/home/firefox/user.js.conf similarity index 100% rename from modules/home/firefox/user.js rename to modules/home/firefox/user.js.conf