Add qmk to udev
This commit is contained in:
parent
19627fa04b
commit
dc4a31fdc2
|
@ -47,6 +47,9 @@
|
||||||
networking.hostName = "kagamiPC"; # Define your hostname.
|
networking.hostName = "kagamiPC"; # Define your hostname.
|
||||||
networking.wireless.iwd.enable = true;
|
networking.wireless.iwd.enable = true;
|
||||||
|
|
||||||
|
# Allow qmk boards to boot
|
||||||
|
services.udev.packages = with pkgs; [ qmk-udev-rules ];
|
||||||
|
|
||||||
# Set your time zone.
|
# Set your time zone.
|
||||||
time.timeZone = "Europe/Zurich";
|
time.timeZone = "Europe/Zurich";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue