add power management

This commit is contained in:
2025-10-15 11:20:14 -05:00
parent c55e813b52
commit dbf4ce2834
3 changed files with 40 additions and 3 deletions

View File

@@ -21,6 +21,10 @@
url = "github:notashelf/nvf/v0.8";
inputs.nixpkgs.follows = "nixpkgs";
};
autoaspm = {
url = "github:notthebee/AutoASPM";
inputs.nixpkgs.follows = "nixpkgs";
};
copyparty.url = "github:9001/copyparty";
};
outputs = { self, nixpkgs, nixpkgs-unstable, ... }@inputs: