From e8ab8a9974a24f56fff9a3e4d80863c66fba4bb7 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 27 Nov 2020 15:56:26 -0800 Subject: helium: fix timezone and other random settings --- machines/helium.nix | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'machines/helium.nix') diff --git a/machines/helium.nix b/machines/helium.nix index 12b1226..0f49443 100644 --- a/machines/helium.nix +++ b/machines/helium.nix @@ -7,12 +7,7 @@ networkmanager.enable = true; }; - time.timeZone = "America/Los_Angeles"; - - environment.systemPackages = with pkgs; [ - wget - vnstat - ]; + time.timeZone = "America/New_York"; fonts.fonts = with pkgs; [ google-fonts mononoki source-code-pro fantasque-sans-mono hack-font @@ -77,6 +72,7 @@ xserver = { enable = true; + autorun = true; layout = "us"; libinput.enable = true; @@ -85,7 +81,6 @@ displayManager.sddm.enable = true; desktopManager = { - plasma5.enable = true; xterm.enable = true; }; }; -- cgit v1.2.3