Link: https://github.com/nix-community/stylix/pull/1700 Reviewed-by: awwpotato <awwpotato@voidq.com>
6 lines
129 B
Nix
6 lines
129 B
Nix
{ config, lib, ... }:
|
|
{
|
|
config = lib.mkIf config.stylix.enable {
|
|
xdg.configFile = config.stylix.generated.fileTree;
|
|
};
|
|
}
|