From 717bfbeb1dcc4468b41273bca2d687427a9fdfa7 Mon Sep 17 00:00:00 2001 From: Whovian9369 Date: Sat, 29 Jun 2024 07:21:39 -0400 Subject: [PATCH] Remove `rust.nix` from `home-manager` config. --- home/home.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/home.nix b/home/home.nix index c0b243a..2e8b777 100644 --- a/home/home.nix +++ b/home/home.nix @@ -19,7 +19,8 @@ ./dotfiles.nix # home.file ./variables.nix # home.sessionVariables ./aliases.nix # home.shellAliases - ./rust.nix # Should be my `rustfmt` config. + # ./rust.nix # Should be my `rustfmt` config. + # I no longer have an interest in Rust. :) ]; home = {