12 lines
136 B
Nix
12 lines
136 B
Nix
{
|
|
imports = [
|
|
# ./laptop
|
|
];
|
|
services = {
|
|
logind = {
|
|
lidSwitch = "ignore";
|
|
powerKey = "suspend";
|
|
};
|
|
};
|
|
}
|