add quick actions tab

This commit is contained in:
soraefir
2026-06-13 14:04:33 +02:00
parent 43a074f355
commit 6117dca845
10 changed files with 198 additions and 37 deletions

View File

@@ -1,4 +1,5 @@
{ ... }: {
{ lib, ... }: {
services.fwupd.enable = true;
hardware.enableAllFirmware = false;
services.power-profiles-daemon.enable = lib.mkDefault true;
}

View File

@@ -1,5 +1,6 @@
{ lib, config, pkgs, ... }: {
config = lib.mkIf (config.syscfg.make.power) {
services.power-profiles-daemon.enable = false; # conflicts with TLP
services.tlp = {
enable = true;
settings = {