diff --git a/system/global.nix b/system/global.nix index 36ada32..1bde7d5 100644 --- a/system/global.nix +++ b/system/global.nix @@ -4,8 +4,12 @@ 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 + cargo rustc just git wget gcc gnumake autoconf automake pkg-config cifs-utils ntfs3g yt-dlp libgcc + gnumake cmake extra-cmake-modules zlib ]; + programs.nix-ld = { + enable = true; + }; programs.nixvim = { enable = true; defaultEditor = true;