diff --git a/hand7s/programs/bottom.nix b/hand7s/programs/bottom.nix new file mode 100644 index 0000000..b00eda8 --- /dev/null +++ b/hand7s/programs/bottom.nix @@ -0,0 +1,7 @@ +_: { + programs = { + bottom = { + enable = true; + }; + }; +}