nix fmt
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
3ca5051fc9
commit
2ed6053231
@ -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
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user