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 = {