From c04d9504fa2ae8f447ef05a1e7ddb3b21ed06af9 Mon Sep 17 00:00:00 2001 From: Katharina Fey Date: Sat, 5 Oct 2019 22:09:49 +0000 Subject: Adding workstation module --- modules/workstation/hardware/ckb/default.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 modules/workstation/hardware/ckb/default.nix (limited to 'modules/workstation/hardware/ckb/default.nix') diff --git a/modules/workstation/hardware/ckb/default.nix b/modules/workstation/hardware/ckb/default.nix new file mode 100644 index 00000000000..88d8592d48a --- /dev/null +++ b/modules/workstation/hardware/ckb/default.nix @@ -0,0 +1,10 @@ +/* CORSAIR KEYBOARD SUPPORT + * + * Setup the K65 corsair keyboard daemon + * with themes properly + */ +{ config, ... }: + +{ + (builtins.abort "CKB module not implemented!") +} -- cgit v1.2.3