diff --git a/hosts/lookingglass/default.nix b/hosts/lookingglass/default.nix index f6d9db6..9e5e4c2 100644 --- a/hosts/lookingglass/default.nix +++ b/hosts/lookingglass/default.nix @@ -37,6 +37,7 @@ inputs.darwin.lib.darwinSystem { nixlang.enable = true; terraform.enable = true; python.enable = true; + rust.enable = true; lua.enable = true; kubernetes.enable = true; _1password.enable = true; diff --git a/modules/common/shell/fish/default.nix b/modules/common/shell/fish/default.nix index fb07057..3a09ddb 100644 --- a/modules/common/shell/fish/default.nix +++ b/modules/common/shell/fish/default.nix @@ -123,9 +123,6 @@ dr = "docker run --rm -it"; db = "docker build . -t"; - # Rust - ca = "cargo"; - }; shellInit = ""; };