Enable cargo module
This commit is contained in:
parent
469570ad63
commit
25d66ffa4a
1 changed files with 9 additions and 0 deletions
|
@ -28,6 +28,15 @@ in
|
||||||
programs = {
|
programs = {
|
||||||
alacritty.enable = true;
|
alacritty.enable = true;
|
||||||
bat.enable = true;
|
bat.enable = true;
|
||||||
|
cargo = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
"registries.crates-io" = {
|
||||||
|
protocol = "sparse";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
dropbox.enable = true;
|
dropbox.enable = true;
|
||||||
dunst.enable = false;
|
dunst.enable = false;
|
||||||
emacs = {
|
emacs = {
|
||||||
|
|
Loading…
Reference in a new issue