Skip to content

Commit

Permalink
feat(nixos): Add ZSA keyboard firmware support
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Dec 11, 2024
1 parent 0bd3789 commit c97bf98
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hosts/pc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
boot.loader.efi.efiSysMountPoint = "/boot/efi";
powerManagement.cpuFreqGovernor = "performance";
hardware = {
# setup udev rules for ZSA keyboard firmware flashing
keyboard.zsa.enable = true;
# use proprietary nvidia drivers
graphics.enable = true;
nvidia = {
Expand Down Expand Up @@ -54,6 +56,7 @@
parsec-bin
mullvad-vpn
prismlauncher
wally-cli
# dolphinEmu # dolphin build is suuuuper slow and also broken rn
# rpcs3 # broken right now
];
Expand Down

0 comments on commit c97bf98

Please sign in to comment.