chore: massive cleanup

This commit is contained in:
Nick 2025-10-04 17:01:54 -05:00
parent 5f63b6351b
commit 988a31c52b
14 changed files with 73 additions and 651 deletions

View file

@ -1,15 +0,0 @@
{ pkgs, ... }:
{
hardware.keyboard.zsa.enable = true;
environment = {
enableAllTerminfo = true;
systemPackages = builtins.attrValues {
inherit (pkgs)
zsa-udev-rules
keymapp
kontroll
;
};
};
}