aboutsummaryrefslogtreecommitdiff
path: root/hosts/myrtle/configuration.nix
diff options
context:
space:
mode:
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