feat(programs): update package list and remove clang from rustup
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled

This commit is contained in:
uttarayan21
2025-10-10 19:10:22 +05:30
parent 8648f85372
commit 04c0eac534
3 changed files with 15 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
}: {
home.packages = with pkgs;
[]
++ lib.optionals (!device.isServer) [rustup clang]
++ lib.optionals (!device.isServer) [rustup]
++ lib.optionals device.isLinux []
++ lib.optionals device.isDarwin [];
}