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