nix/home-manager/hosts/nixos-desktop/desktops/plasma6/default.nix

11 lines
244 B
Nix
Raw Normal View History

2024-06-12 19:15:32 +09:00
{ ... }: {
imports = [
./plasma-manager.nix
];
2024-07-29 22:14:01 +09:00
programs.plasma.powerdevil = {
2024-07-30 22:22:49 +09:00
# Temporary, prevents the monitor from turning on and displaying "artwork" that's super bright and annoying
2024-07-29 22:14:01 +09:00
autoSuspend.action = "nothing";
};
2024-01-01 00:25:53 +09:00
}