nixos/home/lilith/stylix.nix
2026-01-02 21:47:00 +01:00

7 lines
172 B
Nix

{ systemConfig, lib, ... }:
{
stylix.targets = lib.mkIf systemConfig.auto_styling.enable {
firefox.enable = true;
zen-browser.profileNames = [ "lilith" ];
};
}