Skip to content

Commit

Permalink
add chayang to gradually dim the screen on wayland
Browse files Browse the repository at this point in the history
  • Loading branch information
sukhmancs committed Sep 29, 2024
1 parent 1b443a5 commit d766dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machines/milkyway/overrides/power.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
inherit (lib) mkForce mkDefault;
in {
services.auto-cpufreq = {
enable = mkForce true;
enable = mkForce false;
settings = let
MHZ_to_KHZ = x: x * 1000;
in {
Expand Down

0 comments on commit d766dc7

Please sign in to comment.