diff options
| -rw-r--r-- | shell.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,4 +6,8 @@ pkgs.mkShell { util-linux udisks ]; + + shellHook = '' + qmk() { command qmk --config-file .config/qmk.ini $@; } + ''; } |
![]() |
index : qmk-keyboards | |
| Configurations for my QMK-based mechanical keyboards |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | shell.nix | 4 |
@@ -6,4 +6,8 @@ pkgs.mkShell { util-linux udisks ]; + + shellHook = '' + qmk() { command qmk --config-file .config/qmk.ini $@; } + ''; } |