diff --git a/modules/misc/common/default.nix b/modules/misc/common/default.nix index 1bbb6dc..1444268 100644 --- a/modules/misc/common/default.nix +++ b/modules/misc/common/default.nix @@ -69,6 +69,7 @@ EDITOR = "vim"; VISUAL = "vim"; }; + shellAliases = { btm = "btm --color default-light"; }; systemPackages = [ pkgs.bottom pkgs.man-pages pkgs.vim ]; }; # Disable the root user