Configure cargo-release

This commit is contained in:
Andrew Kvalheim 2022-12-19 18:31:52 -08:00
parent 83a86ab615
commit b2a8197401

View file

@ -130,6 +130,12 @@ in
# Configuration
home.sessionVariables.ANSIBLE_NOCOWS = true;
xdg.configFile."cargo-release/release.toml".text = ''
push = false
publish = false
pre-release-commit-message = "Version {{version}}"
tag-message = "Version {{version}}"
''; # Pending https://github.com/NixOS/nix/issues/3929
xdg.configFile."gdu/gdu.yaml".text = "no-cross: true";
home.file.".npmrc".text = generators.toKeyValue { } { fund = false; update-notifier = false; };
home.file.".visidatarc".text = with pkgs; generators.toKeyValue { } {