🧹 Moved almost all files to /modules. Moved some code to separate files
This commit is contained in:
11
modules/hardware/keyboard.nix
Normal file
11
modules/hardware/keyboard.nix
Normal file
@ -0,0 +1,11 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
via
|
||||
];
|
||||
|
||||
hardware.keyboard.qmk.enable = true;
|
||||
|
||||
services.udev.packages = with pkgs; [ via ];
|
||||
}
|
Reference in New Issue
Block a user