Skip to content

Commit

Permalink
feat(keyboard): added ZSA driver
Browse files Browse the repository at this point in the history
  • Loading branch information
Wittano committed Aug 8, 2024
1 parent ebe429d commit 7d4de26
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 31 deletions.
5 changes: 4 additions & 1 deletion configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,10 @@ with lib; rec {
};
};

hardware.trackpoint.emulateWheel = true;
hardware = {
trackpoint.emulateWheel = true;
keyboard.zsa.enable = true;
};

# Network
networking = {
Expand Down
60 changes: 30 additions & 30 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7d4de26

Please sign in to comment.