added eza to system store

This commit is contained in:
Aly Raffauf 2024-03-06 18:14:24 -05:00
parent eaa53319a5
commit 1f81368748

View file

@ -6,7 +6,6 @@
./network
./sound
];
# Set your time zone.
time.timeZone = "America/New_York";
@ -28,6 +27,10 @@
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [
eza
];
system.autoUpgrade = {
enable = true;
allowReboot = false;