diff --git a/apps/bottom/default.nix b/apps/bottom/default.nix new file mode 100644 index 0000000..b36d219 --- /dev/null +++ b/apps/bottom/default.nix @@ -0,0 +1,7 @@ +{pkgs}: { + programs.bottom = { + enable = true; + settings = { + }; + }; +} diff --git a/modules/home/apps.nix b/modules/home/apps.nix index 448f981..98f9f3e 100644 --- a/modules/home/apps.nix +++ b/modules/home/apps.nix @@ -6,6 +6,7 @@ ../../apps/zathura ../../apps/mpv ../../apps/mako + ../../apps/bottom # ../../apps/starship ]; }