aboutsummaryrefslogtreecommitdiff
path: root/modules/workstation/hardware/ckb/default.nix
blob: 88d8592d48a065cef760cb13b0400d4e405c79e8 (plain)
1
2
3
4
5
6
7
8
9
10
/* CORSAIR KEYBOARD SUPPORT
 *
 * Setup the K65 corsair keyboard daemon
 * with themes properly
 */
{ config, ... }:

{
  (builtins.abort "CKB module not implemented!")
}