mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +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, ... }:
|
{ lib, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
@ -118,6 +118,9 @@ in
|
|||||||
zhongwen
|
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 = {
|
settings = {
|
||||||
# Disable the UI tour.
|
# Disable the UI tour.
|
||||||
"browser.uitour.enabled" = false;
|
"browser.uitour.enabled" = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user