mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
chore: update comments
This commit is contained in:
parent
44b0ba9a61
commit
0fb557d145
@ -1,4 +1,6 @@
|
||||
# Bahaghari's subproject.
|
||||
# Bahaghari's subproject. We're primarily exporting to use Bahaghari without
|
||||
# referring to its flake which is bad since the lockfile will constantly
|
||||
# update. Not a good look.
|
||||
{ lib, ... }:
|
||||
|
||||
{
|
||||
|
@ -118,6 +118,9 @@ in
|
||||
zhongwen
|
||||
]);
|
||||
|
||||
# Much of the settings are affected by the policies set in the
|
||||
# package. See more information about them in
|
||||
# https://mozilla.github.io/policy-templates/.
|
||||
settings = {
|
||||
# Disable the UI tour.
|
||||
"browser.uitour.enabled" = false;
|
||||
|
Loading…
Reference in New Issue
Block a user