2023-10-26 09:46:39 -05:00
|
|
|
{config, ...}: {
|
2024-06-10 09:56:13 -05:00
|
|
|
home.file."${config.home.homeDirectory}/.cargo/config.toml" = {
|
2023-10-26 09:46:39 -05:00
|
|
|
enable = true;
|
|
|
|
text = ''
|
|
|
|
[build]
|
|
|
|
rustdocflags = ["--default-theme=ayu"];
|
|
|
|
'';
|
|
|
|
};
|
2024-06-10 09:56:13 -05:00
|
|
|
|
|
|
|
# home.sessionVariables = {
|
|
|
|
# RUSTDOCFLAGS = "--default-theme=ayu";
|
|
|
|
# };
|
2023-10-26 09:46:39 -05:00
|
|
|
}
|