first test

This commit is contained in:
BarryLabs 2025-06-12 21:13:55 -04:00
commit 3656f9f6c5
25 changed files with 789 additions and 211 deletions

View file

@ -10,7 +10,7 @@
freeformType = attrsOf (listOf (either str luaInline));
options = {
preset = mkOption {
type = enum ["default" "none" "super-tab" "enter"];
type = enum ["default" "none" "super-tab" "enter" "cmdline"];
default = "none";
description = "keymap presets";
};