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

11 lines
244 B
Nix
Raw Normal View History

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