mirror of
https://github.com/alyssadev/nixos.git
synced 2025-10-14 04:59:39 +10:00
build tools
This commit is contained in:
parent
8604c89adf
commit
dfc940a81a
1 changed files with 1 additions and 7 deletions
|
@ -29,13 +29,7 @@
|
||||||
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; [
|
||||||
just
|
cargo rustc just git vim wget obs-studio gcc gnumake autoconf automake pkg-config
|
||||||
cargo
|
|
||||||
rustc
|
|
||||||
git
|
|
||||||
vim
|
|
||||||
wget
|
|
||||||
obs-studio
|
|
||||||
];
|
];
|
||||||
environment.variables.EDITOR = "vim";
|
environment.variables.EDITOR = "vim";
|
||||||
security.sudo.wheelNeedsPassword = false;
|
security.sudo.wheelNeedsPassword = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue