poe
This commit is contained in:
parent
fc749306a0
commit
ef45e9c6c9
4 changed files with 14 additions and 9 deletions
|
|
@ -1,11 +1,6 @@
|
|||
{ pkgs, arkenfox, ...}: {
|
||||
imports = [arkenfox.hmModules.arkenfox];
|
||||
|
||||
home.file.".mozilla/firefox/ChatGPT/chrome/userChrome.css".text = ''
|
||||
#TabsToolbar { visibility: collapse !important; }
|
||||
#nav-bar { visibility: collapse !important; }
|
||||
'';
|
||||
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
|
||||
|
|
@ -27,7 +22,6 @@
|
|||
OfferToSaveLogins = false;
|
||||
PasswordManagerEnabled = false;
|
||||
|
||||
DisablePrivateBrowsing = true;
|
||||
DisableSetDesktopBackground = true;
|
||||
DisableTelemetry = true;
|
||||
DisableFirefoxScreenshots = true;
|
||||
|
|
@ -42,8 +36,6 @@
|
|||
SearchBar = "unified";
|
||||
SearchSuggestEnabled = false;
|
||||
DownloadDirectory = "/home/lilith/sync/inbox";
|
||||
|
||||
SanitizeOnShutdown = true;
|
||||
|
||||
Containers = {
|
||||
"Default" = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue