aboutsummaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authortdback <tyler@tdback.net>2025-02-19 20:20:26 -0500
committertdback <tyler@tdback.net>2025-02-19 20:20:26 -0500
commit30f894a827080b255651f144a29860624fe026ce (patch)
tree753c87c9958839a9e0d955698b900e2306dd24c2 /hosts
parent930d7fb1097b68b8c5c76dd83a5efb3c316d4617 (diff)
profiles: add zsa profileHEADmain
Diffstat (limited to 'hosts')
-rw-r--r--hosts/woodpecker/default.nix5
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 ];
}