firefox/testbeds: add firefox-color testbed

This commit is contained in:
Daniel Thwaites 2025-11-18 11:36:09 -08:00 committed by NAHO
parent 10a59f5cff
commit 241daedbc3
No known key found for this signature in database
GPG key ID: BFB5D5E3F4C95185

View file

@ -0,0 +1,9 @@
{ lib, ... }:
{
imports = [ ./firefox.nix ];
home-manager.sharedModules = lib.singleton {
stylix.targets.firefox.colorTheme.enable = true;
programs.firefox.profiles.stylix.extensions.force = true;
};
}