firefox/testbeds: add firefox-color testbed
This commit is contained in:
parent
10a59f5cff
commit
241daedbc3
1 changed files with 9 additions and 0 deletions
9
modules/firefox/testbeds/firefox-color.nix
Normal file
9
modules/firefox/testbeds/firefox-color.nix
Normal 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;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue