Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-04-02 19:17:33 -04:00 committed by Alice Huston
parent 3ca5051fc9
commit 2ed6053231

View File

@ -13,7 +13,7 @@
}; };
# to auto-flip to password when the laptop lid is closed (ie. docked) # to auto-flip to password when the laptop lid is closed (ie. docked)
services.acpid = { services.acpid = {
enable = true; enable = true;
lidEventCommands = '' lidEventCommands = ''
export PATH=$PATH:/run/current-system/sw/bin export PATH=$PATH:/run/current-system/sw/bin
@ -29,5 +29,4 @@
fi fi
''; '';
}; };
} }