diff --git a/components/rust.nix b/components/rust.nix index 1e66c35..9975805 100644 --- a/components/rust.nix +++ b/components/rust.nix @@ -1,7 +1,5 @@ { pkgs, ... }: { - home.packages = with pkgs; [ - rustup - ]; + home.packages = with pkgs; [ rustup ]; }