mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-10 04:49:19 -08:00
9 lines
211 B
Nix
9 lines
211 B
Nix
_: {
|
|
programs.librewolf.profiles.main.extensions = {
|
|
#settings."{6b733b82-9261-47ee-a595-2dda294a4d08}".settings = {
|
|
# options = builtins.toJSON {
|
|
# showGuide = false;
|
|
# };
|
|
#};
|
|
};
|
|
}
|