I hate Nix /hj

This commit is contained in:
lulusilly 2025-09-13 19:36:00 -04:00
parent 4cf7c21ed8
commit 6405e68aea
3 changed files with 6 additions and 3 deletions

View file

@ -25,7 +25,10 @@
devices = [
"/dev/input/by-path/platform-i8042-serio-0-event-kbd"
];
configFile = builtins.readFile ../../kanata/conf.kbd;
configFile = builtins.fetchurl {
url = https://git.luluslly.xyz/lulusilly/dotfiles/raw/branch/master/.config/kanata/conf.kbd;
sha256 = "";
};
};
};
};