initial commit
This commit is contained in:
commit
c4dc2e0f36
25 changed files with 558 additions and 0 deletions
5
mod/keyboard.nix
Normal file
5
mod/keyboard.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ pkgs, ... }: {
|
||||
# hardware.keyboard.qmk.enable = true;
|
||||
environment.systemPackages = with pkgs; [ vial ];
|
||||
services.udev.packages = with pkgs; [ vial ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue