From 95e363e81ee2f221ad5f72934cf1607c3e75bd35 Mon Sep 17 00:00:00 2001 From: Akshay Date: Tue, 5 Dec 2023 08:54:59 +0000 Subject: use common font all over --- hosts/myrtle/configuration.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'hosts/myrtle/configuration.nix') 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 @@ i18n.defaultLocale = "en_US.UTF-8"; - time.timeZone = "Asia/Kolkata"; + time.timeZone = "Europe/London"; nixpkgs.config = { "2bwm".patches = [ @@ -123,7 +123,7 @@ }; sensor.iio.enable = true; # enable screen autorotate asus.battery = { - chargeUpto = 80; + chargeUpto = 100; }; }; @@ -190,6 +190,11 @@ group = "signald"; }; + udisks2 = { + enable = true; + mountOnMedia = true; + }; + }; systemd.sleep.extraConfig = '' -- cgit v1.2.3