laptop(battery): power saving is more aggresive now

This commit is contained in:
2026-01-02 01:33:48 +00:00
parent f0360d6bdb
commit 8a3c5e155a
3 changed files with 32 additions and 6 deletions

View File

@@ -104,6 +104,18 @@
gamescope = pkgs_gamescope.callPackage packageNix { };
}
)
(final: prev: {
# TODO remove once updated on nixpkgs
tlp = prev.tlp.overrideAttrs (old: rec {
version = "1.9.0";
src = prev.fetchFromGitHub {
owner = "linrunner";
repo = "TLP";
rev = version;
hash = "sha256-aM/4+cgtUe6qv3MNT4moXvNzqG5gKvwMbg14L8ifWlc=";
};
});
})
];
utils = nix-meow.lib.setup {
inherit (inputs) home-manager nixpkgs;