mirror of
https://github.com/alyssadev/nixos.git
synced 2026-03-02 11:57:54 +10:00
Compare commits
No commits in common. "2db2cb402fd2fb46e488ac27959a2e90aadd76bb" and "0a5788f051752b0462c80d503539825c4eedf4e7" have entirely different histories.
2db2cb402f
...
0a5788f051
1 changed files with 1 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue