Skip to content

Commit

Permalink
nixos/aplaz: set hid fn mode to 2
Browse files Browse the repository at this point in the history
To make the Fn keys work as Fn keys, not media keys.
  • Loading branch information
inclyc committed Jan 18, 2024
1 parent d2e6e57 commit 34c466a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nixos/configurations/aplaz/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
"/nix".options = [ "compress=zstd" "noatime" ];
};

boot.kernelParams = [ "hid_apple.fnmode=2" ];


systemd.oomd.enableRootSlice = true;
systemd.oomd.enableUserSlices = true;
Expand Down

0 comments on commit 34c466a

Please sign in to comment.