forked from extern/nix-config
librewolf: Move to ./home
This commit is contained in:
parent
79003388c2
commit
c0966633d8
20
home/librewolf.nix
Normal file
20
home/librewolf.nix
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
programs.librewolf = {
|
||||||
|
enable = true;
|
||||||
|
|
||||||
|
settings = {
|
||||||
|
"middlemouse.paste" = false;
|
||||||
|
|
||||||
|
"ui.use_activity_cursor" = true;
|
||||||
|
|
||||||
|
"privacy.resistFingerprinting.letterboxing" = true;
|
||||||
|
|
||||||
|
"browser.download.useDownloadDir" = true;
|
||||||
|
"browser.tabs.insertAfterCurrent" = true;
|
||||||
|
"browser.toolbars.bookmarks.visibility" = "never";
|
||||||
|
|
||||||
|
"sidebar.position_start" = false;
|
||||||
|
"findbar.highlightAll" = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
@ -1,24 +0,0 @@
|
|||||||
{
|
|
||||||
home-manager.sharedModules = [
|
|
||||||
{
|
|
||||||
programs.librewolf = {
|
|
||||||
enable = true;
|
|
||||||
|
|
||||||
settings = {
|
|
||||||
"middlemouse.paste" = false;
|
|
||||||
|
|
||||||
"ui.use_activity_cursor" = true;
|
|
||||||
|
|
||||||
"privacy.resistFingerprinting.letterboxing" = true;
|
|
||||||
|
|
||||||
"browser.download.useDownloadDir" = true;
|
|
||||||
"browser.tabs.insertAfterCurrent" = true;
|
|
||||||
"browser.toolbars.bookmarks.visibility" = "never";
|
|
||||||
|
|
||||||
"sidebar.position_start" = false;
|
|
||||||
"findbar.highlightAll" = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
];
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user