hwmon path as option

This commit is contained in:
twoneis 2024-06-13 16:13:24 +02:00
parent 57b9da65cb
commit 5650a9c4b7
7 changed files with 16 additions and 3 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }: {
{ pkgs, ... }: {
imports = [
./options.nix
];