1
0
forked from extern/nix-config

librewolf: Move to ./home

This commit is contained in:
Donovan Glover 2023-06-16 20:15:45 -04:00
parent 79003388c2
commit c0966633d8
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 20 additions and 24 deletions

20
home/librewolf.nix Normal file
View 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;
};
};
}

View File

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