diff --git a/system/global.nix b/system/global.nix index 1bde7d5..36ada32 100644 --- a/system/global.nix +++ b/system/global.nix @@ -4,12 +4,8 @@ boot.loader.efi.canTouchEfiVariables = true; nix.settings.experimental-features = [ "nix-command" "flakes" ]; environment.systemPackages = with pkgs; [ - cargo rustc just git wget gcc gnumake autoconf automake pkg-config cifs-utils ntfs3g yt-dlp libgcc - gnumake cmake extra-cmake-modules zlib + cargo rustc just git wget gcc gnumake autoconf automake pkg-config cifs-utils ntfs3g yt-dlp ]; - programs.nix-ld = { - enable = true; - }; programs.nixvim = { enable = true; defaultEditor = true;