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"; };