From 922061dd0b45e62c8db3c3887804e95df4f7455f Mon Sep 17 00:00:00 2001 From: iFargle Date: Mon, 1 Jan 2024 22:06:31 +0900 Subject: [PATCH] Update firefox and vscodium --- home-manager/common/software/gui/firefox.nix | 3 +-- home-manager/common/software/gui/vscodium.nix | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/home-manager/common/software/gui/firefox.nix b/home-manager/common/software/gui/firefox.nix index 6daf0d2d..0d5e5c47 100644 --- a/home-manager/common/software/gui/firefox.nix +++ b/home-manager/common/software/gui/firefox.nix @@ -29,7 +29,6 @@ rycee.firefox-addons.privacy-redirect rycee.firefox-addons.link-cleaner rycee.firefox-addons.adnauseam - rycee.firefox-addons.censor-tracker rycee.firefox-addons.sponsorblock ]; @@ -757,7 +756,7 @@ * [SETTING] to add site exceptions: Ctrl+I>Permissions>Cookies>Allow (when on the website in question) * [SETTING] to manage site exceptions: Options>Privacy & Security>Permissions>Settings ***/ user_pref("privacy.clearOnShutdown.cookies", false); // Cookies - user_pref("privacy.clearOnShutdown.offlineApps", true); // Site Data + user_pref("privacy.clearOnShutdown.offlineApps", false); // Site Data /** SANITIZE MANUAL: IGNORES "ALLOW" SITE EXCEPTIONS ***/ /* 2820: reset default items to clear with Ctrl-Shift-Del [SETUP-CHROME] diff --git a/home-manager/common/software/gui/vscodium.nix b/home-manager/common/software/gui/vscodium.nix index 1401f5d2..72e7dc29 100644 --- a/home-manager/common/software/gui/vscodium.nix +++ b/home-manager/common/software/gui/vscodium.nix @@ -6,7 +6,6 @@ enableExtensionUpdateCheck = false; extensions = with pkgs.vscode-extensions; [ waderyan.gitblame # See Git Blame info in status bar - vscodevim.vim # Vim keybinds oderwat.indent-rainbow # Colorise indents naumovs.color-highlight # Highlight HTML color codes