diff options
author | tdback <tyler@tdback.net> | 2025-02-19 20:20:26 -0500 |
---|---|---|
committer | tdback <tyler@tdback.net> | 2025-02-19 20:20:26 -0500 |
commit | 30f894a827080b255651f144a29860624fe026ce (patch) | |
tree | 753c87c9958839a9e0d955698b900e2306dd24c2 /hosts | |
parent | 930d7fb1097b68b8c5c76dd83a5efb3c316d4617 (diff) |
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/woodpecker/default.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/hosts/woodpecker/default.nix b/hosts/woodpecker/default.nix index 40e53de..81a6715 100644 --- a/hosts/woodpecker/default.nix +++ b/hosts/woodpecker/default.nix @@ -1,7 +1,6 @@ { inputs, lib, - pkgs, ... }: { @@ -55,8 +54,4 @@ }; }; }; - - # Include udev rules and flashing utility for ZSA keyboards. - hardware.keyboard.zsa.enable = true; - environment.systemPackages = with pkgs; [ keymapp ]; } |