Unhided desktop entries for KMenuEdit and Discover.

This commit is contained in:
2026-05-23 20:42:02 +02:00
parent 9a3e50be1f
commit 97670b5b48
3 changed files with 4 additions and 12 deletions

View File

@ -8,8 +8,8 @@
}: let
profiles = {
laptop = {
AC.powerProfile = "powerSaving";
battery.powerProfile = "powerSaving";
AC.powerProfile = null; #Set to null so it doesnt change on plugging it in.
battery.powerProfile = null;
lowBattery.powerProfile = "powerSaving";
};
desktop = {