this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

TLP work go

Ben C 68ac0f48 cbcd54aa

+6
+6
nixosModules/role-laptop.nix
··· 49 49 services.tlp = lib.mkIf config.cow.role-laptop.powersave { 50 50 enable = true; 51 51 pd.enable = true; 52 + settings = { 53 + CPU_BOOST_ON_AC = 1; 54 + CPU_BOOST_ON_BAT = 0; 55 + CPU_SCALING_GOVERNOR_ON_AC = "performance"; 56 + CPU_SCALING_GOVERNOR_ON_BAT = "powersave"; 57 + }; 52 58 }; 53 59 54 60 services.fprintd = lib.mkIf config.cow.role-laptop.fingerPrintSensor {