begin firefox config
This commit is contained in:
@@ -131,7 +131,6 @@
|
|||||||
gitFull
|
gitFull
|
||||||
arandr
|
arandr
|
||||||
autorandr # TODO find an alternative
|
autorandr # TODO find an alternative
|
||||||
firefox
|
|
||||||
qutebrowser
|
qutebrowser
|
||||||
thunderbird
|
thunderbird
|
||||||
alacritty
|
alacritty
|
||||||
@@ -167,6 +166,17 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
programs.firefox = {
|
||||||
|
enable = true; # TODO use home-manager
|
||||||
|
policies = {
|
||||||
|
DisablePocket = true;
|
||||||
|
ExtensionSettings = {};
|
||||||
|
};
|
||||||
|
preferencesStatus = "locked";
|
||||||
|
preferences = {};
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
# fonts = {
|
# fonts = {
|
||||||
# fonts = with pkgs; [
|
# fonts = with pkgs; [
|
||||||
# (nerdfonts.override { fonts = [ "FiraCode" "FiraMono" ]; })
|
# (nerdfonts.override { fonts = [ "FiraCode" "FiraMono" ]; })
|
||||||
|
|||||||
Reference in New Issue
Block a user