From 4a948b01fbdd4da3c34a5e6a34139a6a21ffb2cd Mon Sep 17 00:00:00 2001 From: eneller Date: Tue, 28 Nov 2023 20:05:50 +0100 Subject: [PATCH] begin firefox config --- configuration.nix | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 03122ec..4cf8b4f 100644 --- a/configuration.nix +++ b/configuration.nix @@ -131,7 +131,6 @@ gitFull arandr autorandr # TODO find an alternative - firefox qutebrowser thunderbird alacritty @@ -167,6 +166,17 @@ + programs.firefox = { + enable = true; # TODO use home-manager + policies = { + DisablePocket = true; + ExtensionSettings = {}; + }; + preferencesStatus = "locked"; + preferences = {}; + }; + + # fonts = { # fonts = with pkgs; [ # (nerdfonts.override { fonts = [ "FiraCode" "FiraMono" ]; })