feat: Add python development services

This commit is contained in:
2025-12-04 15:56:34 -05:00
committed by Hunter Halloran
parent 2ad12ab729
commit 2f538ca018
4 changed files with 29 additions and 19 deletions

View File

@@ -22,4 +22,15 @@
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
# Suspend / logind behavior
services.upower.enable = true;
services.logind.settings = {
Login = {
HandleLidSwitch = "suspend";
HandleLidSwitchExternalPower = "suspend";
HandleLidSwitchDocked = "ignore";
};
};
}