Auto-commit: 2026-01-05 20:24:06
This commit is contained in:
10
modules/core/corsairLink.nix
Normal file
10
modules/core/corsairLink.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ config, inputs, ... }:
|
||||
let
|
||||
cfg = config.my.openlinkhub;
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
inputs.openlinkhub.nixosModules.default
|
||||
];
|
||||
openlinkhub.enable = cfg.enable;
|
||||
}
|
||||
Reference in New Issue
Block a user