home-manager: start managing .cargo/config.toml

This commit is contained in:
surtur 2022-09-16 12:58:46 +02:00
parent 88f0347da1
commit 37930aa394
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -64,6 +64,10 @@
};
# end zsh-related.
".cargo/config.toml" = {
source = .cargo/config.toml;
};
".config/swaylock/config" = {
source = .config/swaylock/config;
};