summaryrefslogtreecommitdiff
path: root/modules/profiles/headful.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/profiles/headful.nix')
-rw-r--r--modules/profiles/headful.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/modules/profiles/headful.nix b/modules/profiles/headful.nix
index 331464b..8951d83 100644
--- a/modules/profiles/headful.nix
+++ b/modules/profiles/headful.nix
@@ -96,10 +96,7 @@ in
consoleLogLevel = 3;
};
- hardware.opengl = {
- enable = true;
- driSupport = true;
- };
+ hardware.graphics.enable = true;
programs = {
dconf.enable = true;
@@ -114,6 +111,8 @@ in
upower.enable = true;
};
+ time.timeZone = "Europe/Moscow";
+
environment.systemPackages = with pkgs; [
arping
dnsutils