feat: add hyprlock powerDownCommand (non-functional)

This commit is contained in:
Youwen Wu 2024-09-25 10:12:08 -07:00
parent 131a70c7a9
commit ad2255c80e
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -53,6 +53,8 @@
services.tlp.enable = true;
powerManagement.powerDownCommands = "pidof hyprlock || ${pkgs.hyprlock}/bin/hyprlock";
networking.hostName = "adrastea"; # Define your hostname.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
@ -105,8 +107,8 @@
modesetting.enable = true;
powerManagement.enable = true;
powerManagement.finegrained = false;
open = false;
nvidiaSettings = true;
open = true;
prime = {
amdgpuBusId = "PCI:4:0:0";
nvidiaBusId = "PCI:1:0:0";