Compare commits

...

2 Commits

Author SHA1 Message Date
jay
2655e9982c Set up power profiles for Framework. 2025-07-18 00:35:41 -04:00
jay
557e0f0bd0 Flake update. 2025-07-18 00:35:32 -04:00
2 changed files with 6 additions and 3 deletions

6
flake.lock generated
View File

@@ -846,11 +846,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1752758254, "lastModified": 1752809889,
"narHash": "sha256-VP+f1kJmTsJW+62HtJRZw/luhKHaT06lByAI3/6dXSQ=", "narHash": "sha256-oTIVrw7Cy2McAVqE7GCot5Fb8Wh4JBsUDKMX8u3DFlU=",
"owner": "0xc000022070", "owner": "0xc000022070",
"repo": "zen-browser-flake", "repo": "zen-browser-flake",
"rev": "9aa65a267cba3e8334e3af8ec005e75d9c391bbe", "rev": "f19d2b6b18d4a2e8bf2d6a9f69c934d6726360c4",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -0,0 +1,3 @@
{ ... }: {
services.power-profiles-daemon.enable = true;
}