Regenerated
This commit is contained in:
@@ -270,6 +270,17 @@ in
|
||||
|
||||
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
|
||||
#################################
|
||||
# Essential system packages
|
||||
#################################
|
||||
environment.systemPackages = with pkgs; [
|
||||
bash # ensures /run/current-system/sw/bin/bash exists
|
||||
coreutils # provides basic commands like rm, ls, mkdir
|
||||
zsh
|
||||
git
|
||||
nano
|
||||
bat
|
||||
}
|
||||
#+END_SRC
|
||||
|
||||
|
||||
Reference in New Issue
Block a user