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

21
flake.lock generated
View File

@@ -1,5 +1,25 @@
{
"nodes": {
"autoaspm": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1759050207,
"narHash": "sha256-WnEKYqj0xs92DZscGVMmLytHOQlUWg3ZtZRdgCoTgQw=",
"owner": "notthebee",
"repo": "AutoASPM",
"rev": "0c73e0ed98e7bb3f6854bab9505e79a7f61654bd",
"type": "github"
},
"original": {
"owner": "notthebee",
"repo": "AutoASPM",
"type": "github"
}
},
"copyparty": {
"inputs": {
"flake-utils": "flake-utils",
@@ -179,6 +199,7 @@
},
"root": {
"inputs": {
"autoaspm": "autoaspm",
"copyparty": "copyparty",
"home-manager": "home-manager",
"nixpkgs": "nixpkgs_2",