commit 4d419b1918eda9b93c6cf4945937229b8d24a631
parent 6cd79bfffa94615719f851f0dc5b21dae2485c9f
Author: Chris <chris@echoz.io>
Date: Fri, 28 Aug 2026 06:29:29 +0200
feat: add hwatch and configure less
Diffstat:
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/modules/tools/default.nix b/modules/tools/default.nix
@@ -3,6 +3,12 @@
environment = {
shellAliases = {
lsusb = "cyme";
+ watch = "hwatch";
+ };
+
+ sessionVariables = {
+ LESS = "FR";
+ SYSTEMD_LESS = "FRMK";
};
systemPackages = with pkgs; [
@@ -14,6 +20,7 @@
exiftool
file
google-cloud-sdk
+ hwatch
inetutils
jq
lm_sensors