From 7f7336424e9bb5efa8d7b6149147da15952e95b1 Mon Sep 17 00:00:00 2001 From: Tao Tien <29749622+taotien@users.noreply.github.com> Date: Tue, 2 Apr 2024 10:40:35 -0700 Subject: [PATCH] btm --- users/tao/HOME.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/users/tao/HOME.nix b/users/tao/HOME.nix index 26c5270..8d8401a 100644 --- a/users/tao/HOME.nix +++ b/users/tao/HOME.nix @@ -19,6 +19,18 @@ in { }; programs = { + bottom = { + enable = true; + settings = { + battery = + if builtins.readFile /etc/hostname == "NOlaptop" + then true + else false; + hide_time = true; + enable_gpu = true; + }; + }; + jujutsu = { enable = true; settings = {