mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
Compare commits
No commits in common. "c7cb48a6ec3535737fed7bf45d1a159eac4d3931" and "1bec3a93a0dba88174f46b9e5919e6f9e345a69c" have entirely different histories.
c7cb48a6ec
...
1bec3a93a0
2 changed files with 1 additions and 9 deletions
|
|
@ -8,7 +8,7 @@ let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
programs.firefox = {
|
programs.firefox = {
|
||||||
enable = false;
|
enable = true;
|
||||||
|
|
||||||
policies.SearchEngines.Add = [
|
policies.SearchEngines.Add = [
|
||||||
# Forges
|
# Forges
|
||||||
|
|
|
||||||
|
|
@ -52,20 +52,12 @@ in
|
||||||
#
|
#
|
||||||
# TODO: try out the "locked" semantic from zen
|
# TODO: try out the "locked" semantic from zen
|
||||||
# https://github.com/0xc000022070/zen-browser-flake/tree/main#preferences
|
# https://github.com/0xc000022070/zen-browser-flake/tree/main#preferences
|
||||||
#
|
|
||||||
# To check which option is mapped to which about:config
|
|
||||||
# - back preference file
|
|
||||||
# cp .zen/default/prefs.js{,.bk}
|
|
||||||
# - click the buttons
|
|
||||||
# - diff it
|
|
||||||
# diff .zen/default/prefs.js{.bk,}
|
|
||||||
profiles.default = {
|
profiles.default = {
|
||||||
settings = {
|
settings = {
|
||||||
"toolkit.legacyUserProfileCustomizations.stylesheets" = true;
|
"toolkit.legacyUserProfileCustomizations.stylesheets" = true;
|
||||||
"browser.tabs.loadInBackground" = true;
|
"browser.tabs.loadInBackground" = true;
|
||||||
"browser.ctrlTab.sortByRecentlyUsed" = false;
|
"browser.ctrlTab.sortByRecentlyUsed" = false;
|
||||||
"layout.css.devPixelsPerPx" = 1.1;
|
"layout.css.devPixelsPerPx" = 1.1;
|
||||||
"browser.startup.page" = 1;
|
|
||||||
|
|
||||||
# open links in new window
|
# open links in new window
|
||||||
# this works a lot better with xmonad where I have a bunch of windows
|
# this works a lot better with xmonad where I have a bunch of windows
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue