From 22458bb31e284176a0a0a9cb3c4e293414dd7362 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Mon, 23 Jun 2025 18:32:16 -0700 Subject: [PATCH] add powerstat --- home-manager/no-gui.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home-manager/no-gui.nix b/home-manager/no-gui.nix index fb11efe..2aac66c 100644 --- a/home-manager/no-gui.nix +++ b/home-manager/no-gui.nix @@ -194,6 +194,9 @@ in # used to deploy nix system to server # (and in the future, desktop) deploy-rs + + # power stuff + powerstat ] ++ rust_pkgs ++ lsps;