From b41f395ec2513a222bb3358dc9f4f5d44b4e81c7 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;