hosts/darwin02: various

- add htop to systemPackages

- set timezone
This commit is contained in:
zowoq 2023-06-08 09:26:44 +10:00
parent e33afe7f9c
commit df2b560cc4

View file

@ -62,4 +62,13 @@ in
nix.gc.automatic = true;
nix.gc.options = "--delete-older-than 14d";
environment.systemPackages = with pkgs; [
htop
];
# works but displays error message during activation
# https://github.com/LnL7/nix-darwin/issues/359
# sudo systemsetup -settimezone 'GMT'
#time.timeZone = "GMT";
}