Skip to content

Commit

Permalink
correction
Browse files Browse the repository at this point in the history
  • Loading branch information
sjhaleprogrammer authored Dec 24, 2024
1 parent 0c6c58a commit a409b37
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions asus/flow/gv302x/shared.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,12 @@ in {
evdev:name:*:dmi:bvn*:bvr*:bd*:svnASUS*:pn*:*
KEYBOARD_KEY_ff31007c=f20
'';
};

#flow devices are 2 in 1 laptops
hardware.sensor.iio.enable = true;
};
};

#flow devices are 2 in 1 laptops
hardware.sensor.iio.enable = mkDefault true;

};
}

(mkIf (! cfg.keyboard.autosuspend.enable) {
Expand Down

0 comments on commit a409b37

Please sign in to comment.