Compare commits

..

No commits in common. "2db2cb402fd2fb46e488ac27959a2e90aadd76bb" and "0a5788f051752b0462c80d503539825c4eedf4e7" have entirely different histories.

View file

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