add firmware updates and disable kde update thing
This commit is contained in:
parent
e8e3ee0b8b
commit
1696fff3b7
1 changed files with 7 additions and 3 deletions
|
|
@ -36,9 +36,13 @@
|
||||||
Ctrl+Alt+Delete=Lock Session,none,Lock the session
|
Ctrl+Alt+Delete=Lock Session,none,Lock the session
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# Enable crashdump services for debugging
|
# stop PackageKit polling
|
||||||
services.kdump.enable = true;
|
services.packagekit.enable = false;
|
||||||
services.kdump.extraCrashkernel = "1G";
|
|
||||||
|
|
||||||
|
# remove the Discover GUI + tray notifier
|
||||||
|
environment.plasma5.excludePackages = with pkgs.libsForQt5; [
|
||||||
|
discover
|
||||||
|
discover-notifier
|
||||||
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue