diff options
Diffstat (limited to 'machines')
-rw-r--r-- | machines/helium.nix | 9 |
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; }; }; |