refactor
This commit is contained in:
parent
f52a8f225b
commit
d7ce40ffa7
14 changed files with 38 additions and 30 deletions
6
mod/software/keyboard.nix
Normal file
6
mod/software/keyboard.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ 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