nix/home-manager/hosts/nixos-desktop/desktops/plasma6/default.nix
2024-07-30 22:22:49 +09:00

10 lines
244 B
Nix

{ ... }: {
imports = [
./plasma-manager.nix
];
programs.plasma.powerdevil = {
# Temporary, prevents the monitor from turning on and displaying "artwork" that's super bright and annoying
autoSuspend.action = "nothing";
};
}