summaryrefslogtreecommitdiff
path: root/sys/hardware/laptop.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sys/hardware/laptop.nix9
1 files changed, 6 insertions, 3 deletions
diff --git a/sys/hardware/laptop.nix b/sys/hardware/laptop.nix
index d9ba753..3b5b772 100644
--- a/sys/hardware/laptop.nix
+++ b/sys/hardware/laptop.nix
@@ -1,8 +1,11 @@
-{ config, lib, ... }:
+{
+ config,
+ lib,
+ ...
+}:
with lib; let
cfg = config.local.hardware.laptop;
-in
-{
+in {
options.local.hardware.laptop = {
enable = mkEnableOption "laptop stuff";
};