xps16: add powerstat package
Evaluate machine configurations / eval (tsuki) (push) Failing after 1m1s
Evaluate machine configurations / eval (kasei) (push) Failing after 2m6s
Evaluate machine configurations / eval (xps16) (push) Successful in 2m31s

This commit is contained in:
2026-06-05 11:21:09 +09:00
parent e9535a9859
commit 3d1edd839f
+4
View File
@@ -52,6 +52,10 @@
environment.enableDebugInfo = true;
environment.systemPackages = with pkgs; [
powerstat
];
i18n.extraLocaleSettings = {
LC_ALL = "en_US.UTF-8";
};