Changed to update-config; don't power off latop when screen closed

This commit is contained in:
Random936
2024-07-30 19:21:24 -07:00
parent 5304170d10
commit 79d452468f
2 changed files with 5 additions and 2 deletions

View File

@@ -49,6 +49,9 @@
services.xserver.dpi = 96;
environment.variables.GDK_SCALE = "0.5";
# Ignore laptop lid closing when connected to power.
services.logind.lidSwitchExternalPower = "ignore";
# Enable VMWare Workstation
virtualisation.vmware.host.enable = true;