Unhided desktop entries for KMenuEdit and Discover.
This commit is contained in:
@ -204,6 +204,8 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
fonts = {
|
fonts = {
|
||||||
|
fontDir.enable = true;
|
||||||
|
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
font-awesome
|
font-awesome
|
||||||
nerd-fonts.jetbrains-mono
|
nerd-fonts.jetbrains-mono
|
||||||
|
|||||||
@ -58,11 +58,6 @@
|
|||||||
noDisplay = true;
|
noDisplay = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
desktopEntries."org.kde.kmenuedit" = {
|
|
||||||
name = "Menu Editor";
|
|
||||||
noDisplay = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
desktopEntries."micro" = {
|
desktopEntries."micro" = {
|
||||||
name = "Micro";
|
name = "Micro";
|
||||||
noDisplay = true;
|
noDisplay = true;
|
||||||
@ -106,10 +101,5 @@
|
|||||||
name = "KWrite";
|
name = "KWrite";
|
||||||
noDisplay = true;
|
noDisplay = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
desktopEntries."org.kde.discover" = {
|
|
||||||
name = "Discover";
|
|
||||||
noDisplay = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@ -8,8 +8,8 @@
|
|||||||
}: let
|
}: let
|
||||||
profiles = {
|
profiles = {
|
||||||
laptop = {
|
laptop = {
|
||||||
AC.powerProfile = "powerSaving";
|
AC.powerProfile = null; #Set to null so it doesnt change on plugging it in.
|
||||||
battery.powerProfile = "powerSaving";
|
battery.powerProfile = null;
|
||||||
lowBattery.powerProfile = "powerSaving";
|
lowBattery.powerProfile = "powerSaving";
|
||||||
};
|
};
|
||||||
desktop = {
|
desktop = {
|
||||||
|
|||||||
Reference in New Issue
Block a user