aboutsummaryrefslogtreecommitdiff
path: root/hosts/myrtle/configuration.nix
diff options
context:
space:
mode:
authorAkshay <[email protected]>2024-01-25 15:31:07 +0000
committerAkshay <[email protected]>2024-01-25 15:31:07 +0000
commitb835187f6aa345853408b5b92c32294c46b7aba0 (patch)
tree2dc005775a59937fcd9fe85be473e4d0c9ba6f43 /hosts/myrtle/configuration.nix
parent95e363e81ee2f221ad5f72934cf1607c3e75bd35 (diff)
syncthing
Diffstat (limited to 'hosts/myrtle/configuration.nix')
-rw-r--r--hosts/myrtle/configuration.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/myrtle/configuration.nix b/hosts/myrtle/configuration.nix
index 09da894..069425f 100644
--- a/hosts/myrtle/configuration.nix
+++ b/hosts/myrtle/configuration.nix
@@ -53,6 +53,7 @@
53 prompt 53 prompt
54 better-text-objs 54 better-text-objs
55 vim-colors-plain 55 vim-colors-plain
56 talon
56 ]; 57 ];
57 58
58 environment = { 59 environment = {
@@ -123,7 +124,7 @@
123 }; 124 };
124 sensor.iio.enable = true; # enable screen autorotate 125 sensor.iio.enable = true; # enable screen autorotate
125 asus.battery = { 126 asus.battery = {
126 chargeUpto = 100; 127 chargeUpto = 80;
127 }; 128 };
128 }; 129 };
129 130