begin firefox config

This commit is contained in:
eneller
2023-11-28 20:05:50 +01:00
parent 6c12ae0e50
commit 4a948b01fb

View File

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