Update Plasma-Manager
This commit is contained in:
parent
c0cf214465
commit
e3525fe054
2 changed files with 7 additions and 0 deletions
|
@ -95,6 +95,8 @@
|
|||
];
|
||||
hidden = [
|
||||
"org.kde.plasma.bluetooth"
|
||||
"org.kde.plasma.notifications"
|
||||
"org.kde.plasma.microphone"
|
||||
"org.kde.plasma.mediaplayer"
|
||||
"org.kde.plasma.manage-inputmethod"
|
||||
"org.kde.plasma.keyboardindicator"
|
||||
|
|
|
@ -30,6 +30,11 @@
|
|||
services.xserver.videoDrivers = [ "nvidia" ];
|
||||
|
||||
hardware = {
|
||||
openrgb = {
|
||||
enable = true;
|
||||
motherboard = "intel";
|
||||
};
|
||||
|
||||
opengl = {
|
||||
enable = true;
|
||||
driSupport32Bit = true;
|
||||
|
|
Loading…
Reference in a new issue