syntching testing and qmk

This commit is contained in:
Andrea Ciceri 2022-01-19 13:07:50 +01:00
parent 4a657d52f5
commit 63ee0f1209
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
6 changed files with 16 additions and 50 deletions

View file

@ -0,0 +1,5 @@
{ pkgs, ... }: with pkgs; {
home.packages = [ qmk ];
}