nixfiles/home/profiles/shell/bottom.nix

6 lines
90 B
Nix

{pkgs, ...}: {
programs.bottom = {
enable = true;
package = pkgs.bottom;
};
}