summaryrefslogtreecommitdiff
path: root/hosts/thinkpad/default.nix
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-03-12 08:53:42 -0400
committerFreya Murphy <freya@freyacat.org>2026-03-12 08:53:42 -0400
commitbbbecc66be24fa295a598a3adf14a2ac734bcdbe (patch)
tree41fa44e7318a165f4fc51ffe20e7fe052d2697e2 /hosts/thinkpad/default.nix
parentfix local pkgs overlay (diff)
downloaddotfiles-nix-bbbecc66be24fa295a598a3adf14a2ac734bcdbe.tar.gz
dotfiles-nix-bbbecc66be24fa295a598a3adf14a2ac734bcdbe.tar.bz2
dotfiles-nix-bbbecc66be24fa295a598a3adf14a2ac734bcdbe.zip
thinkpad: get workin again
Diffstat (limited to 'hosts/thinkpad/default.nix')
-rw-r--r--hosts/thinkpad/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/hosts/thinkpad/default.nix b/hosts/thinkpad/default.nix
index 5560fb4..11b5bcb 100644
--- a/hosts/thinkpad/default.nix
+++ b/hosts/thinkpad/default.nix
@@ -37,9 +37,9 @@ _: {
};
# modules
- battery = true;
- bluetooth = true;
- network = true;
- fingerprint = true;
- tpm = true;
+ battery.enable = true;
+ bluetooth.enable = true;
+ network.enable = true;
+ fingerprint.enable = true;
+ tpm.enable = true;
}