Compare commits

..

2 commits

Author SHA1 Message Date
alydev
2db2cb402f update
Some checks failed
/ Check (push) Has been cancelled
2026-01-19 01:43:44 +10:00
alydev
2a76eb0d25 update 2026-01-19 01:39:54 +10:00

View file

@ -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;