Configure timezone and install common programs

This commit is contained in:
2026-06-28 15:11:02 -04:00
parent 2459c83f8e
commit 1f45c1336f
+7 -1
View File
@@ -46,7 +46,7 @@
}; };
# Set your time zone. # Set your time zone.
# time.timeZone = "Europe/Amsterdam"; time.timeZone = "America/New_York";
# Configure network proxy if necessary # Configure network proxy if necessary
# networking.proxy.default = "http://user:password@proxy:port/"; # networking.proxy.default = "http://user:password@proxy:port/";
@@ -118,7 +118,13 @@
# List packages installed in system profile. # List packages installed in system profile.
# You can use https://search.nixos.org/ to find more packages (and options). # You can use https://search.nixos.org/ to find more packages (and options).
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
chromium
ncdu
terminator
tmux
tree
vim vim
vscodium
wget wget
]; ];