summaryrefslogtreecommitdiff
path: root/machines
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2020-11-27 15:56:26 -0800
committerBen Sima <ben@bsima.me>2020-11-27 15:56:26 -0800
commite8ab8a9974a24f56fff9a3e4d80863c66fba4bb7 (patch)
tree847b996ba537fa7e2368e24af63e660083b73676 /machines
parent98933de8327fe9adda203f2da74d9ad35c117bb7 (diff)
helium: fix timezone and other random settings
Diffstat (limited to 'machines')
-rw-r--r--machines/helium.nix9
1 files changed, 2 insertions, 7 deletions
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;
};
};