This commit is contained in:
alydev 2026-01-19 01:39:54 +10:00
parent 0a5788f051
commit 2a76eb0d25

View file

@ -4,8 +4,15 @@
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
];
programs.nix-ld = {
enable = true;
libraries = with pkgs; [
stdenv.cc.cc.lib
];
};
programs.nixvim = {
enable = true;
defaultEditor = true;