diff options
author | Akshay <[email protected]> | 2023-12-05 08:54:59 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2023-12-05 08:54:59 +0000 |
commit | 95e363e81ee2f221ad5f72934cf1607c3e75bd35 (patch) | |
tree | 4ba43be590f8e22f3df1843fe5b083f79d953b64 /hosts/myrtle | |
parent | 6452d3840b78d619018aa305e718ebd2a642caf4 (diff) |
use common font all overmyrtle
Diffstat (limited to 'hosts/myrtle')
-rw-r--r-- | hosts/myrtle/configuration.nix | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/hosts/myrtle/configuration.nix b/hosts/myrtle/configuration.nix index 82eb763..09da894 100644 --- a/hosts/myrtle/configuration.nix +++ b/hosts/myrtle/configuration.nix | |||
@@ -27,7 +27,7 @@ | |||
27 | 27 | ||
28 | 28 | ||
29 | i18n.defaultLocale = "en_US.UTF-8"; | 29 | i18n.defaultLocale = "en_US.UTF-8"; |
30 | time.timeZone = "Asia/Kolkata"; | 30 | time.timeZone = "Europe/London"; |
31 | 31 | ||
32 | nixpkgs.config = { | 32 | nixpkgs.config = { |
33 | "2bwm".patches = [ | 33 | "2bwm".patches = [ |
@@ -123,7 +123,7 @@ | |||
123 | }; | 123 | }; |
124 | sensor.iio.enable = true; # enable screen autorotate | 124 | sensor.iio.enable = true; # enable screen autorotate |
125 | asus.battery = { | 125 | asus.battery = { |
126 | chargeUpto = 80; | 126 | chargeUpto = 100; |
127 | }; | 127 | }; |
128 | }; | 128 | }; |
129 | 129 | ||
@@ -190,6 +190,11 @@ | |||
190 | group = "signald"; | 190 | group = "signald"; |
191 | }; | 191 | }; |
192 | 192 | ||
193 | udisks2 = { | ||
194 | enable = true; | ||
195 | mountOnMedia = true; | ||
196 | }; | ||
197 | |||
193 | }; | 198 | }; |
194 | 199 | ||
195 | systemd.sleep.extraConfig = '' | 200 | systemd.sleep.extraConfig = '' |