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" ]; })