laptop(battery): power saving is more aggresive now
This commit is contained in:
12
flake.nix
12
flake.nix
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user