mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
chromium ShowFullUrlsInAddressBar = true
This commit is contained in:
parent
1b8574600c
commit
ccc9e1a8d0
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
DefaultNotificationsSetting = 2;
|
||||
NetworkPredictionOptions = 2;
|
||||
PasswordManagerEnabled = false;
|
||||
ShowFullUrlsInAddressBar = true;
|
||||
SyncDisabled = true; # required for BrowsingDataLifetime
|
||||
BrowsingDataLifetime = [
|
||||
{ data_types = [ "browsing_history" ]; time_to_live_in_hours = 24 * 7; }
|
||||
|
|
Loading…
Reference in a new issue