mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
feat(xremap): keyd alternative, better wl support
This commit is contained in:
parent
9889fc8b7d
commit
4977346e60
11 changed files with 734 additions and 30 deletions
|
|
@ -1,10 +1,7 @@
|
|||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
keyd
|
||||
];
|
||||
|
||||
{...}: {
|
||||
# Disable for now, currently trying xremap and katana
|
||||
services.keyd = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
keyboards = {
|
||||
externalKeyboard = {
|
||||
ids = ["0b05:19b6:d167885d"]; # ASUS Keyboard
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue