.dotfiles/modules/home/common/stylix.nix
2025-03-27 01:47:14 +01:00

9 lines
251 B
Nix

{ lib, config, ... }:
{
stylix = lib.mkIf (!config.swarselsystems.isNixos) (lib.recursiveUpdate
{
image = config.swarselsystems.wallpaper;
targets = config.swarselsystems.stylixHomeTargets;
}
config.swarselsystems.stylix);
}