13 lines
173 B
Nix
13 lines
173 B
Nix
{
|
|
imports = [
|
|
# ./laptop
|
|
];
|
|
hardware.sensor.iio.enable = true;
|
|
services = {
|
|
logind = {
|
|
lidSwitch = "ignore";
|
|
powerKey = "suspend";
|
|
};
|
|
};
|
|
}
|