fix(yazi): data column

This commit is contained in:
js0ny 2025-11-13 07:30:00 +00:00
parent d2b57af9ce
commit 9889fc8b7d
11 changed files with 66 additions and 29 deletions

View file

@ -1,17 +0,0 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
keyd
];
services.keyd = {
enable = true;
keyboards = {
ids = ["*"];
settings = {
main = {
capslock = "overload(control, esc)";
};
};
};
};
}