Run btm always with sudo

This commit is contained in:
Andreas Zweili 2024-01-29 16:35:41 +01:00
parent 67d2a77143
commit 5d5d83e2fb
1 changed files with 1 additions and 1 deletions

View File

@ -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