diff --git a/apps/nogui/default.nix b/apps/nogui/default.nix index e24b5f9e55c7e39f65da9d0aa4a67c4fec2e5fa5..e5ac0a2d904ce81d69391a373d6d691a8608f02e 100644 --- a/apps/nogui/default.nix +++ b/apps/nogui/default.nix @@ -16,7 +16,6 @@ ./llm.nix ./lsp.nix ./nushell.nix ./oh-my-posh.nix - ./rust.nix ./senpai.nix ./ssh.nix ./xdg.nix diff --git a/apps/nogui/rust.nix b/apps/nogui/rust.nix deleted file mode 100644 index e7ce5b6a3e7313c63a4178dd9f7e1844fe5239f5..0000000000000000000000000000000000000000 --- a/apps/nogui/rust.nix +++ /dev/null @@ -1,11 +0,0 @@ -{ pkgs, ... }: -{ - home.packages = with pkgs; [ - rustc - cargo - rustfmt - clippy - rust-analyzer - gcc - ]; -}