From 95fa63e7f242f9ca7f04a894db2b5b029a023015 Mon Sep 17 00:00:00 2001 From: Emmet Date: Sun, 1 Jun 2025 10:43:00 -0500 Subject: [PATCH] battery LIFE --- hosts/snowfire/configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hosts/snowfire/configuration.nix b/hosts/snowfire/configuration.nix index 311d17b0..fdc87c71 100644 --- a/hosts/snowfire/configuration.nix +++ b/hosts/snowfire/configuration.nix @@ -47,6 +47,13 @@ }; services.thermald.enable = true; + services.asusd.enable = true; + services.supergfxd.enable = true; + environment.systemPackages = with pkgs; [ + asusctl + supergfxctl + ]; + users.users.emmet.description = "Emmet"; home-manager.users.emmet.userSettings = {