diff options
author | Franck Cuny <franck@fcuny.net> | 2022-08-22 19:12:06 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-08-22 19:12:06 -0700 |
commit | b919a1592580af487eade8eb00b8e459810c52fd (patch) | |
tree | d4720d5d6a29944d341d638015f2c5f87470bab5 /hosts | |
parent | ref(modules/backup): only keep 4 weeks worth of backups (diff) | |
download | world-b919a1592580af487eade8eb00b8e459810c52fd.tar.gz |
feat(rust): add an overlay to install rust
Installing the rust overlay to get the various tools installed. This is done by a new module for home-manager, and is installed only on my laptop at the moment. Change-Id: I80c1633ca04da82f4321a0687a05d1df7c523702
Diffstat (limited to '')
-rw-r--r-- | hosts/aptos/home.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/aptos/home.nix b/hosts/aptos/home.nix index 7fedd9d..e390ac3 100644 --- a/hosts/aptos/home.nix +++ b/hosts/aptos/home.nix @@ -35,6 +35,7 @@ git.enable = true; go.enable = true; python.enable = true; + rust.enable = true; # web firefox.enable = true; |