summaryrefslogtreecommitdiff
path: root/hosts/thinkpad/default.nix
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-06-26 13:26:37 -0400
committerFreya Murphy <freya@freyacat.org>2025-06-26 13:26:37 -0400
commitd94d620d2f393e274676a619b8a56f97f0ed7524 (patch)
tree9a71c00f90a93749a4db4abe823e87ea72bfec2a /hosts/thinkpad/default.nix
parentadd packages to wsl (diff)
downloaddotfiles-nix-d94d620d2f393e274676a619b8a56f97f0ed7524.tar.gz
dotfiles-nix-d94d620d2f393e274676a619b8a56f97f0ed7524.tar.bz2
dotfiles-nix-d94d620d2f393e274676a619b8a56f97f0ed7524.zip
make system config more modular
Diffstat (limited to 'hosts/thinkpad/default.nix')
-rw-r--r--hosts/thinkpad/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/thinkpad/default.nix b/hosts/thinkpad/default.nix
index 4d764c0..b2986ba 100644
--- a/hosts/thinkpad/default.nix
+++ b/hosts/thinkpad/default.nix
@@ -33,4 +33,9 @@
terminal = {
kitty = true;
};
+
+ # modules
+ battery = true;
+ bluetooth = true;
+ network = true;
}