summaryrefslogtreecommitdiff
path: root/modules/profiles/headful.nix
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2024-06-24 11:10:21 +0300
committerAzat Bahawi <azat@bahawi.net>2024-06-24 11:10:21 +0300
commit75918debfd7245d90478f882b0323a705ab3c7be (patch)
tree26b8f0ab5a3e4d7c61963fa96d57250e5ddc9a7d /modules/profiles/headful.nix
parent9eb603b80a3d823acfc20c42f777ea26436ca137 (diff)
2024-06-24
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