From 3d1edd839fd790f0cb9686a5166ed949e9f111b1 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Fri, 5 Jun 2026 11:21:09 +0900 Subject: [PATCH] xps16: add `powerstat` package --- hosts/xps16/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/xps16/configuration.nix b/hosts/xps16/configuration.nix index 5489676..9f881d0 100644 --- a/hosts/xps16/configuration.nix +++ b/hosts/xps16/configuration.nix @@ -52,6 +52,10 @@ environment.enableDebugInfo = true; + environment.systemPackages = with pkgs; [ + powerstat + ]; + i18n.extraLocaleSettings = { LC_ALL = "en_US.UTF-8"; };