From d54e377079283b419c8f643a68491d9116551628 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Mon, 8 Mar 2021 07:54:46 -0500 Subject: fix thinkpad module --- modules/thinkpad.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/thinkpad.nix b/modules/thinkpad.nix index 6f63edc..207aebb 100644 --- a/modules/thinkpad.nix +++ b/modules/thinkpad.nix @@ -1,6 +1,6 @@ { config, lib, pkgs, ... }: let - cfg = config.orbekk.desktop; + cfg = config.orbekk.thinkpad; in { options = { -- cgit v1.2.3