ide only on desktop, remove llvm

This commit is contained in:
Vinzenz Schroeter 2024-03-09 18:11:59 +01:00
parent 99f553a4c6
commit 1ef2f2c464

View file

@ -26,16 +26,11 @@ in {
gnumake gnumake
gcc gcc
gdb gdb
llvmPackages.llvm
llvmPackages.clangUseLLVM
]; ];
}) })
(lib.mkIf cfg.dotnet { (lib.mkIf cfg.dotnet {
environment = { environment = {
systemPackages = with pkgs; [ systemPackages = with pkgs; [
unstable.jetbrains.jdk
unstable.jetbrains.rider
dotnetPackage dotnetPackage
zlib zlib
@ -64,6 +59,14 @@ in {
dotnetPackage dotnetPackage
]; ];
}) })
(lib.mkIf (cfg.dotnet || config.my.desktop.enable) {
environment = {
systemPackages = with pkgs; [
unstable.jetbrains.jdk
unstable.jetbrains.rider
];
};
})
(lib.mkIf cfg.rust { (lib.mkIf cfg.rust {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
cargo cargo