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 = {
|
||||
alacritty.enable = true;
|
||||
bat.enable = true;
|
||||
cargo = {
|
||||
enable = true;
|
||||
settings = {
|
||||
"registries.crates-io" = {
|
||||
protocol = "sparse";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
dropbox.enable = true;
|
||||
dunst.enable = false;
|
||||
emacs = {
|
||||
|
|
Loading…
Reference in a new issue