9 lines
132 B
Nix
9 lines
132 B
Nix
{ ... }: {
|
|
imports = [
|
|
./plasma-manager.nix
|
|
];
|
|
|
|
programs.plasma.powerdevil = {
|
|
autoSuspend.action = "nothing";
|
|
};
|
|
}
|