begin firefox config
This commit is contained in:
@@ -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" ]; })
|
||||
|
||||
Reference in New Issue
Block a user