mirror of
https://github.com/alyssadev/nixos.git
synced 2026-03-02 03:47:54 +10:00
Compare commits
2 commits
0a5788f051
...
2db2cb402f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2db2cb402f | ||
|
|
2a76eb0d25 |
1 changed files with 5 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue