Add managed global firefox settings

This commit is contained in:
Lillian Violet 2024-04-19 16:57:39 +02:00
parent f28ac969b7
commit 6e87a8b844
3 changed files with 186 additions and 0 deletions

View file

@ -0,0 +1,12 @@
{
inputs,
outputs,
lib,
config,
pkgs,
...
}: {
imports = [
./firefox
];
}