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 = {