summaryrefslogtreecommitdiff
path: root/hosts/thinkpad/default.nix
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-02-14 00:52:58 -0500
committerFreya Murphy <freya@freyacat.org>2026-02-14 00:52:58 -0500
commit40e1b495d8e26352d2c54efa92aa65bdce61ac14 (patch)
tree88601b6cd4ed3b444b9c5fb0f4488343762d8c9c /hosts/thinkpad/default.nix
parentupdate commits (nvidia brokie) (diff)
downloaddotfiles-nix-40e1b495d8e26352d2c54efa92aa65bdce61ac14.tar.gz
dotfiles-nix-40e1b495d8e26352d2c54efa92aa65bdce61ac14.tar.bz2
dotfiles-nix-40e1b495d8e26352d2c54efa92aa65bdce61ac14.zip
update commit more (fix thinkpad)HEADmain
Diffstat (limited to 'hosts/thinkpad/default.nix')
-rw-r--r--hosts/thinkpad/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/hosts/thinkpad/default.nix b/hosts/thinkpad/default.nix
index 09a7bc9..5560fb4 100644
--- a/hosts/thinkpad/default.nix
+++ b/hosts/thinkpad/default.nix
@@ -11,14 +11,15 @@ _: {
hostName = "thinkpad";
monitors = [
{
- name = "eDP-1";
+ port = "eDP-1";
+ laptop = true;
scale = 1.0;
}
];
# modules
apps = {
- astal.enable = true;
+ caelestia.enable = true;
hyprlock.enable = true;
kitty.enable = true;
};
@@ -38,6 +39,7 @@ _: {
# modules
battery = true;
bluetooth = true;
+ network = true;
fingerprint = true;
tpm = true;
}